#BCEF8A

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

Shades of Sulu #BCEF8A

Tints of Sulu #BCEF8A

Color information

#BCEF8A (or 0xBCEF8A) is unknown color: approx Sulu. HEX triplet: BC, EF and 8A. RGB value is (188,239,138). Sum of RGB (Red+Green+Blue) = 188+239+138=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEF8A is #431075. Grayscale: #D4D4D4. Windows color (decimal): -4395126 or 9105340. OLE color: 9105340.

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

Color convert

RGB188239138-
CMYK0.2100.420.06
HSL90.3º75.94%73.92%-
HSV(B)90.3º42.26%93.73%-
XYZ56.1974.2635.42-
YUV212.2486.1110.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 239 (93.75% from 255) = 42.30%
BLUE value IS 138 (54.30% from 255) = 24.42%
R=33.27%
G=42.30%
B=24.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882391380.2100.420.0690.375.9473.92
HexBCEF8A1502A65a4c4a
Octal274357212250526132114112
Binary101111001110111110001010101010101010110101101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEF8A; }

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

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

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

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

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

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

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

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