#BCF182

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

Shades of Sulu #BCF182

Tints of Sulu #BCF182

Color information

#BCF182 (or 0xBCF182) is unknown color: approx Sulu. HEX triplet: BC, F1 and 82. RGB value is (188,241,130). Sum of RGB (Red+Green+Blue) = 188+241+130=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF182 is #430E7D. Grayscale: #D4D4D4. Windows color (decimal): -4394622 or 8581564. OLE color: 8581564.

HSL color Cylindrical-coordinate representation of color #BCF182: hue angle of 88.65º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCF182 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB188241130-
CMYK0.2200.460.05
HSL88.65º79.86%72.75%-
HSV(B)88.65º46.06%94.51%-
XYZ56.2275.2132.67-
YUV212.581.44110.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 241 (94.53% from 255) = 43.11%
BLUE value IS 130 (51.17% from 255) = 23.26%
R=33.63%
G=43.11%
B=23.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411300.2200.460.0588.6579.8672.75
HexBCF1821602E5595049
Octal274361202260565131120111
Binary101111001111000110000010101100101110101101100110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF182; }

 p { color: rgb(188,241,130); }

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

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

 a { background-color: rgb(188,241,130); }

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

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

 span { border-color: rgb(188,241,130); }

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