Html Css Color HEX #BBDBAE Madang

📋 copy color: '#BBDBAE'

red 187 ◦ green 219 ◦ blue 174

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

Shades of Madang #BBDBAE

Tints of Madang #BBDBAE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.76%

 BLUE value IS 174 (68.36% from 255) = 30%

R = 32.24%
G = 37.76%
B = 30%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#BBDBAE (or 0xBBDBAE) is known color: Madang. HEX triplet: BB, DB and AE. RGB value is (187,219,174). Sum of RGB (Red+Green+Blue) = 187+219+174=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBAE is #442451. Grayscale: #CCCCCC. Windows color (decimal): -4465746 or 11459515. OLE color: 11459515.

HSL color Cylindrical-coordinate representation of color #BBDBAE: hue angle of 102.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBDBAE is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 174 -
CMYK 0.15 0 0.21 0.14
HSL 102.67º 0.38% 0.77% -
HSV(B) 102.67º 0.21% 0.86% -
XYZ 53.47 64.28 49.63 -
YUV 204.3 110.9 115.66 -
System Red Green Blue C M Y K H S L
Decimal 187 219 174 0.15 0 0.21 0.14 102.67 0.38 0.77
Hex BB DB AE F 0 15 E 67 26 4D
Octal 273 333 256 17 0 25 16 147 46 115
Binary 10111011 11011011 10101110 1111 0 10101 1110 1100111 100110 1001101

Color Harmonies of #BBDBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBAE

Black with #BBDBAE

Text Example


Text Example

White with #BBDBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBAE; }

 p { color: rgb(187,219,174); }

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

background-color css

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

 a { background-color: rgb(187,219,174); }

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

border-color css

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

 span { border-color: rgb(187,219,174); }

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