#BCEA93

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

Shades of Sulu #BCEA93

Tints of Sulu #BCEA93

Color information

#BCEA93 (or 0xBCEA93) is unknown color: approx Sulu. HEX triplet: BC, EA and 93. RGB value is (188,234,147). Sum of RGB (Red+Green+Blue) = 188+234+147=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEA93 is #43156C. Grayscale: #D2D2D2. Windows color (decimal): -4396397 or 9693884. OLE color: 9693884.

HSL color Cylindrical-coordinate representation of color #BCEA93: hue angle of 91.72º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCEA93 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB188234147-
CMYK0.2000.370.08
HSL91.72º67.44%74.71%-
HSV(B)91.72º37.18%91.76%-
XYZ55.4371.6438.51-
YUV210.3392.26112.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 234 (91.80% from 255) = 41.12%
BLUE value IS 147 (57.81% from 255) = 25.83%
R=33.04%
G=41.12%
B=25.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341470.2000.370.0891.7267.4474.71
HexBCEA931402585c434b
Octal2743522232404510134103113
Binary1011110011101010100100111010001001011000101110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEA93; }

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

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

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

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

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

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

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

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