#BCF282

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

Shades of Sulu #BCF282

Tints of Sulu #BCF282

Color information

#BCF282 (or 0xBCF282) is unknown color: approx Sulu. HEX triplet: BC, F2 and 82. RGB value is (188,242,130). Sum of RGB (Red+Green+Blue) = 188+242+130=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF282 is #430D7D. Grayscale: #D5D5D5. Windows color (decimal): -4394366 or 8581820. OLE color: 8581820.

HSL color Cylindrical-coordinate representation of color #BCF282: hue angle of 88.93º degrees, saturation: 0.81, 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 #BCF282 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB188242130-
CMYK0.2200.460.05
HSL88.93º81.16%72.94%-
HSV(B)88.93º46.28%94.9%-
XYZ56.5275.8132.77-
YUV213.0981.11110.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 242 (94.92% from 255) = 43.21%
BLUE value IS 130 (51.17% from 255) = 23.21%
R=33.57%
G=43.21%
B=23.21%

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
Decimal1882421300.2200.460.0588.9381.1672.94
HexBCF2821602E5595149
Octal274362202260565131121111
Binary101111001111001010000010101100101110101101100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF282; }

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

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

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

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

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

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

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

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