#BCEF90

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

Shades of Sulu #BCEF90

Tints of Sulu #BCEF90

Color information

#BCEF90 (or 0xBCEF90) is unknown color: approx Sulu. HEX triplet: BC, EF and 90. RGB value is (188,239,144). Sum of RGB (Red+Green+Blue) = 188+239+144=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEF90 is #43106F. Grayscale: #D5D5D5. Windows color (decimal): -4395120 or 9498556. OLE color: 9498556.

HSL color Cylindrical-coordinate representation of color #BCEF90: hue angle of 92.21º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCEF90 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB188239144-
CMYK0.2100.400.06
HSL92.21º74.8%75.1%-
HSV(B)92.21º39.75%93.73%-
XYZ56.6474.4437.77-
YUV212.9289.1110.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 239 (93.75% from 255) = 41.86%
BLUE value IS 144 (56.64% from 255) = 25.22%
R=32.92%
G=41.86%
B=25.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882391440.2100.400.0692.2174.875.1
HexBCEF901502865c4b4b
Octal274357220250506134113113
Binary101111001110111110010000101010101000110101110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEF90; }

 p { color: rgb(188,239,144); }

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

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

 a { background-color: rgb(188,239,144); }

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

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

 span { border-color: rgb(188,239,144); }

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