#BCF289

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

Shades of Sulu #BCF289

Tints of Sulu #BCF289

Color information

#BCF289 (or 0xBCF289) is unknown color: approx Sulu. HEX triplet: BC, F2 and 89. RGB value is (188,242,137). Sum of RGB (Red+Green+Blue) = 188+242+137=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 137 (53.91% from 255 or 24.16% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF289 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF289 is #430D76. Grayscale: #D6D6D6. Windows color (decimal): -4394359 or 9040572. OLE color: 9040572.

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

Color convert

RGB188242137-
CMYK0.2200.430.05
HSL90.86º80.15%74.31%-
HSV(B)90.86º43.39%94.9%-
XYZ57.017635.33-
YUV213.8884.61109.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 242 (94.92% from 255) = 42.68%
BLUE value IS 137 (53.91% from 255) = 24.16%
R=33.16%
G=42.68%
B=24.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421370.2200.430.0590.8680.1574.31
HexBCF2891602B55b504a
Octal274362211260535133120112
Binary101111001111001010001001101100101011101101101110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF289; }

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

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

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

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

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

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

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

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