#BCE188

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

Shades of Sulu #BCE188

Tints of Sulu #BCE188

Color information

#BCE188 (or 0xBCE188) is unknown color: approx Sulu. HEX triplet: BC, E1 and 88. RGB value is (188,225,136). Sum of RGB (Red+Green+Blue) = 188+225+136=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE188 is #431E77. Grayscale: #CCCCCC. Windows color (decimal): -4398712 or 8970684. OLE color: 8970684.

HSL color Cylindrical-coordinate representation of color #BCE188: hue angle of 84.94º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCE188 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB188225136-
CMYK0.1600.400.12
HSL84.94º59.73%70.78%-
HSV(B)84.94º39.56%88.24%-
XYZ52.1166.3233.35-
YUV203.7989.74116.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 225 (88.28% from 255) = 40.98%
BLUE value IS 136 (53.52% from 255) = 24.77%
R=34.24%
G=40.98%
B=24.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882251360.1600.400.1284.9459.7370.78
HexBCE18810028C553c47
Octal274341210200501412574107
Binary101111001110000110001000100000101000110010101011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE188; }

 p { color: rgb(188,225,136); }

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

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

 a { background-color: rgb(188,225,136); }

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

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

 span { border-color: rgb(188,225,136); }

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