#BCE990

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

Shades of Sulu #BCE990

Tints of Sulu #BCE990

Color information

#BCE990 (or 0xBCE990) is unknown color: approx Sulu. HEX triplet: BC, E9 and 90. RGB value is (188,233,144). Sum of RGB (Red+Green+Blue) = 188+233+144=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE990 is #43166F. Grayscale: #D1D1D1. Windows color (decimal): -4396656 or 9497020. OLE color: 9497020.

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

Color convert

RGB188233144-
CMYK0.1900.380.09
HSL90.34º66.92%73.92%-
HSV(B)90.34º38.2%91.37%-
XYZ54.9170.9837.19-
YUV209.491.09112.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 233 (91.41% from 255) = 41.24%
BLUE value IS 144 (56.64% from 255) = 25.49%
R=33.27%
G=41.24%
B=25.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882331440.1900.380.0990.3466.9273.92
HexBCE9901302695a434a
Octal2743512202304611132103112
Binary1011110011101001100100001001101001101001101101010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE990; }

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

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

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

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

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

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

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

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