#BCE994

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

Shades of Sulu #BCE994

Tints of Sulu #BCE994

Color information

#BCE994 (or 0xBCE994) is unknown color: approx Sulu. HEX triplet: BC, E9 and 94. RGB value is (188,233,148). Sum of RGB (Red+Green+Blue) = 188+233+148=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 233 (91.41% from 255 or 40.95% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE994 is #43166B. Grayscale: #D2D2D2. Windows color (decimal): -4396652 or 9759164. OLE color: 9759164.

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

Color convert

RGB188233148-
CMYK0.1900.360.09
HSL91.76º65.89%74.71%-
HSV(B)91.76º36.48%91.37%-
XYZ55.2271.1138.83-
YUV209.8593.09112.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 233 (91.41% from 255) = 40.95%
BLUE value IS 148 (58.20% from 255) = 26.01%
R=33.04%
G=40.95%
B=26.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882331480.1900.360.0991.7665.8974.71
HexBCE9941302495c424b
Octal2743512242304411134102113
Binary1011110011101001100101001001101001001001101110010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE994; }

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

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

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

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

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

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

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

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