#BCEF8E

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

Shades of Sulu #BCEF8E

Tints of Sulu #BCEF8E

Color information

#BCEF8E (or 0xBCEF8E) is unknown color: approx Sulu. HEX triplet: BC, EF and 8E. RGB value is (188,239,142). Sum of RGB (Red+Green+Blue) = 188+239+142=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEF8E is #431071. Grayscale: #D5D5D5. Windows color (decimal): -4395122 or 9367484. OLE color: 9367484.

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

Color convert

RGB188239142-
CMYK0.2100.410.06
HSL91.55º75.19%74.71%-
HSV(B)91.55º40.59%93.73%-
XYZ56.4974.3836.97-
YUV212.6988.1110.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 239 (93.75% from 255) = 42.00%
BLUE value IS 142 (55.86% from 255) = 24.96%
R=33.04%
G=42.00%
B=24.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882391420.2100.410.0691.5575.1974.71
HexBCEF8E1502965c4b4b
Octal274357216250516134113113
Binary101111001110111110001110101010101001110101110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEF8E; }

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

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

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

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

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

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

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

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