#BBEAAF

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

Shades of Madang #BBEAAF

Tints of Madang #BBEAAF

Color information

#BBEAAF (or 0xBBEAAF) is unknown color: approx Madang. HEX triplet: BB, EA and AF. RGB value is (187,234,175). Sum of RGB (Red+Green+Blue) = 187+234+175=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEAAF is #441550. Grayscale: #D5D5D5. Windows color (decimal): -4461905 or 11528891. OLE color: 11528891.

HSL color Cylindrical-coordinate representation of color #BBEAAF: hue angle of 107.8º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBEAAF is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB187234175-
CMYK0.2000.250.08
HSL107.8º58.42%80.2%-
HSV(B)107.8º25.21%91.76%-
XYZ57.6572.5151.51-
YUV213.22106.43109.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.38%
GREEN value IS 234 (91.80% from 255) = 39.26%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=31.38%
G=39.26%
B=29.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872341750.2000.250.08107.858.4280.2
HexBBEAAF1401986c3a50
Octal273352257240311015472120
Binary10111011111010101010111110100011001100011011001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAAF; }

 p { color: rgb(187,234,175); }

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

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

 a { background-color: rgb(187,234,175); }

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

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

 span { border-color: rgb(187,234,175); }

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