#BBD5AF

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

Shades of Madang #BBD5AF

Tints of Madang #BBD5AF

Color information

#BBD5AF (or 0xBBD5AF) is unknown color: approx Madang. HEX triplet: BB, D5 and AF. RGB value is (187,213,175). Sum of RGB (Red+Green+Blue) = 187+213+175=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD5AF is #442A50. Grayscale: #C9C9C9. Windows color (decimal): -4467281 or 11523515. OLE color: 11523515.

HSL color Cylindrical-coordinate representation of color #BBD5AF: hue angle of 101.05º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBD5AF is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB187213175-
CMYK0.1200.180.16
HSL101.05º31.15%76.08%-
HSV(B)101.05º17.84%83.53%-
XYZ52.0361.2549.64-
YUV200.89113.39118.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 175 (68.75% from 255) = 30.43%
R=32.52%
G=37.04%
B=30.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872131750.1200.180.16101.0531.1576.08
HexBBD5AFC01210651f4c
Octal273325257140222014537114
Binary1011101111010101101011111100010010100001100101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5AF; }

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

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

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

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

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

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

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

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