#BCF585

Color #BCF585 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BCF585

Tints of Sulu #BCF585

Color information

#BCF585 (or 0xBCF585) is unknown color: approx Sulu. HEX triplet: BC, F5 and 85. RGB value is (188,245,133). Sum of RGB (Red+Green+Blue) = 188+245+133=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF585 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF585 is #430A7A. Grayscale: #D7D7D7. Windows color (decimal): -4393595 or 8779196. OLE color: 8779196.

HSL color Cylindrical-coordinate representation of color #BCF585: hue angle of 90.54º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCF585 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB188245133-
CMYK0.2300.460.04
HSL90.54º84.85%74.12%-
HSV(B)90.54º45.71%96.08%-
XYZ57.6377.6934.15-
YUV215.1981.62108.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 245 (96.09% from 255) = 43.29%
BLUE value IS 133 (52.34% from 255) = 23.50%
R=33.22%
G=43.29%
B=23.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882451330.2300.460.0490.5484.8574.12
HexBCF5851702E45b554a
Octal274365205270564133125112
Binary101111001111010110000101101110101110100101101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF585; }

 p { color: rgb(188,245,133); }

 H1.HeaderClassName
 {
   color: #BCF585;
 }
 .AnyTagClassName
 {
   color: #BCF585;
 }
</style>
background-color css

<style>
 a { background-color: #BCF585; }

 a { background-color: rgb(188,245,133); }

 div.DivClassName
 {
   background-color: #BCF585;
 }
 .BgClassName
 {
   background-color: #BCF585;
 }
</style>
border-color css

<style>
 span { border-color: #BCF585; }

 span { border-color: rgb(188,245,133); }

 td.TdClassName
 {
   border-color: #BCF585;
 }
 .TagClassName
 {
   border-color: #BCF585;
 }
</style>