#BBECA2

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

Shades of Madang #BBECA2

Tints of Madang #BBECA2

Color information

#BBECA2 (or 0xBBECA2) is unknown color: approx Madang. HEX triplet: BB, EC and A2. RGB value is (187,236,162). Sum of RGB (Red+Green+Blue) = 187+236+162=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBECA2 is #44135D. Grayscale: #D5D5D5. Windows color (decimal): -4461406 or 10677435. OLE color: 10677435.

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

Color convert

RGB187236162-
CMYK0.2100.310.07
HSL99.73º66.07%78.04%-
HSV(B)99.73º31.36%92.55%-
XYZ57.0173.1645.3-
YUV212.9199.27109.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 236 (92.58% from 255) = 40.34%
BLUE value IS 162 (63.67% from 255) = 27.69%
R=31.97%
G=40.34%
B=27.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872361620.2100.310.0799.7366.0778.04
HexBBECA21501F764424e
Octal273354242250377144102116
Binary10111011111011001010001010101011111111110010010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECA2; }

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

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

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

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

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

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

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

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