#BBECA0

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

Shades of Madang #BBECA0

Tints of Madang #BBECA0

Color information

#BBECA0 (or 0xBBECA0) is unknown color: approx Madang. HEX triplet: BB, EC and A0. RGB value is (187,236,160). Sum of RGB (Red+Green+Blue) = 187+236+160=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBECA0 is #44135F. Grayscale: #D4D4D4. Windows color (decimal): -4461408 or 10546363. OLE color: 10546363.

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

Color convert

RGB187236160-
CMYK0.2100.320.07
HSL98.68º66.67%77.65%-
HSV(B)98.68º32.2%92.55%-
XYZ56.8373.0944.37-
YUV212.6898.27109.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 236 (92.58% from 255) = 40.48%
BLUE value IS 160 (62.89% from 255) = 27.44%
R=32.08%
G=40.48%
B=27.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872361600.2100.320.0798.6866.6777.65
HexBBECA015020763434e
Octal273354240250407143103116
Binary101110111110110010100000101010100000111110001110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECA0; }

 p { color: rgb(187,236,160); }

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

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

 a { background-color: rgb(187,236,160); }

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

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

 span { border-color: rgb(187,236,160); }

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