#BCEE8D

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

Shades of Sulu #BCEE8D

Tints of Sulu #BCEE8D

Color information

#BCEE8D (or 0xBCEE8D) is unknown color: approx Sulu. HEX triplet: BC, EE and 8D. RGB value is (188,238,141). Sum of RGB (Red+Green+Blue) = 188+238+141=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEE8D is #431172. Grayscale: #D4D4D4. Windows color (decimal): -4395379 or 9301692. OLE color: 9301692.

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

Color convert

RGB188238141-
CMYK0.2100.410.07
HSL90.93º74.05%74.31%-
HSV(B)90.93º40.76%93.33%-
XYZ56.1273.7636.48-
YUV211.9987.94110.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 238 (93.36% from 255) = 41.98%
BLUE value IS 141 (55.47% from 255) = 24.87%
R=33.16%
G=41.98%
B=24.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882381410.2100.410.0790.9374.0574.31
HexBCEE8D1502975b4a4a
Octal274356215250517133112112
Binary101111001110111010001101101010101001111101101110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEE8D; }

 p { color: rgb(188,238,141); }

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

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

 a { background-color: rgb(188,238,141); }

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

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

 span { border-color: rgb(188,238,141); }

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