#BCF284

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

Shades of Sulu #BCF284

Tints of Sulu #BCF284

Color information

#BCF284 (or 0xBCF284) is unknown color: approx Sulu. HEX triplet: BC, F2 and 84. RGB value is (188,242,132). Sum of RGB (Red+Green+Blue) = 188+242+132=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF284 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF284 is #430D7B. Grayscale: #D5D5D5. Windows color (decimal): -4394364 or 8712892. OLE color: 8712892.

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

Color convert

RGB188242132-
CMYK0.2200.450.05
HSL89.45º80.88%73.33%-
HSV(B)89.45º45.45%94.9%-
XYZ56.6675.8633.49-
YUV213.3182.11109.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 242 (94.92% from 255) = 43.06%
BLUE value IS 132 (51.95% from 255) = 23.49%
R=33.45%
G=43.06%
B=23.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421320.2200.450.0589.4580.8873.33
HexBCF2841602D5595149
Octal274362204260555131121111
Binary101111001111001010000100101100101101101101100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF284; }

 p { color: rgb(188,242,132); }

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

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

 a { background-color: rgb(188,242,132); }

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

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

 span { border-color: rgb(188,242,132); }

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