Html Css Color HEX #BBDAAF Madang

📋 copy color: '#BBDAAF'

red 187 ◦ green 218 ◦ blue 175

#BBDAAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #BBDAAF

Tints of Madang #BBDAAF

RGB

 RED value IS 187 (73.44% from 255) = 32.24%

 GREEN value IS 218 (85.55% from 255) = 37.59%

 BLUE value IS 175 (68.75% from 255) = 30.17%

R = 32.24%
G = 37.59%
B = 30.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#BBDAAF (or 0xBBDAAF) is known color: Madang. HEX triplet: BB, DA and AF. RGB value is (187,218,175). Sum of RGB (Red+Green+Blue) = 187+218+175=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDAAF is #442550. Grayscale: #CBCBCB. Windows color (decimal): -4466001 or 11524795. OLE color: 11524795.

HSL color Cylindrical-coordinate representation of color #BBDAAF: hue angle of 103.26º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBDAAF is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 175 -
CMYK 0.14 0 0.20 0.15
HSL 103.26º 0.37% 0.77% -
HSV(B) 103.26º 0.2% 0.85% -
XYZ 53.3 63.8 50.06 -
YUV 203.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 187 218 175 0.14 0 0.20 0.15 103.26 0.37 0.77
Hex BB DA AF E 0 14 F 67 25 4D
Octal 273 332 257 16 0 24 17 147 45 115
Binary 10111011 11011010 10101111 1110 0 10100 1111 1100111 100101 1001101

Color Harmonies of #BBDAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAAF

Black with #BBDAAF

Text Example


Text Example

White with #BBDAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAAF; }

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

 H1.HeaderClassName
 {
   color: #BBDAAF;
 }
 .AnyTagClassName
 {
   color: #BBDAAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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