#BCE08D

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

Shades of Sulu #BCE08D

Tints of Sulu #BCE08D

Color information

#BCE08D (or 0xBCE08D) is unknown color: approx Sulu. HEX triplet: BC, E0 and 8D. RGB value is (188,224,141). Sum of RGB (Red+Green+Blue) = 188+224+141=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE08D is #431F72. Grayscale: #CCCCCC. Windows color (decimal): -4398963 or 9298108. OLE color: 9298108.

HSL color Cylindrical-coordinate representation of color #BCE08D: hue angle of 86.02º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCE08D is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB188224141-
CMYK0.1600.370.12
HSL86.02º57.24%71.57%-
HSV(B)86.02º37.05%87.84%-
XYZ52.265.9335.17-
YUV203.7792.57116.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 224 (87.89% from 255) = 40.51%
BLUE value IS 141 (55.47% from 255) = 25.50%
R=34.00%
G=40.51%
B=25.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882241410.1600.370.1286.0257.2471.57
HexBCE08D10025C563948
Octal274340215200451412671110
Binary101111001110000010001101100000100101110010101101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE08D; }

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

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

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

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

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

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

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

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