#BCEE93

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

Shades of Sulu #BCEE93

Tints of Sulu #BCEE93

Color information

#BCEE93 (or 0xBCEE93) is unknown color: approx Sulu. HEX triplet: BC, EE and 93. RGB value is (188,238,147). Sum of RGB (Red+Green+Blue) = 188+238+147=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEE93 is #43116C. Grayscale: #D4D4D4. Windows color (decimal): -4395373 or 9694908. OLE color: 9694908.

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

Color convert

RGB188238147-
CMYK0.2100.380.07
HSL92.97º72.8%75.49%-
HSV(B)92.97º38.24%93.33%-
XYZ56.5873.9538.89-
YUV212.6890.94110.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 238 (93.36% from 255) = 41.54%
BLUE value IS 147 (57.81% from 255) = 25.65%
R=32.81%
G=41.54%
B=25.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882381470.2100.380.0792.9772.875.49
HexBCEE931502675d494b
Octal274356223250467135111113
Binary101111001110111010010011101010100110111101110110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEE93; }

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

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

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

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

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

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

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

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