#BCE993

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

Shades of Sulu #BCE993

Tints of Sulu #BCE993

Color information

#BCE993 (or 0xBCE993) is unknown color: approx Sulu. HEX triplet: BC, E9 and 93. RGB value is (188,233,147). Sum of RGB (Red+Green+Blue) = 188+233+147=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 147 (57.81% from 255 or 25.88% from 568); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE993 is #43166C. Grayscale: #D2D2D2. Windows color (decimal): -4396653 or 9693628. OLE color: 9693628.

HSL color Cylindrical-coordinate representation of color #BCE993: hue angle of 91.4º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCE993 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB188233147-
CMYK0.1900.370.09
HSL91.4º66.15%74.51%-
HSV(B)91.4º36.91%91.37%-
XYZ55.1471.0838.42-
YUV209.7492.59112.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.10%
GREEN value IS 233 (91.41% from 255) = 41.02%
BLUE value IS 147 (57.81% from 255) = 25.88%
R=33.10%
G=41.02%
B=25.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882331470.1900.370.0991.466.1574.51
HexBCE9931302595b424b
Octal2743512232304511133102113
Binary1011110011101001100100111001101001011001101101110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE993; }

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

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

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

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

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

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

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

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