Html Css Color HEX #BBDBAC Madang

📋 copy color: '#BBDBAC'

red 187 ◦ green 219 ◦ blue 172

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

Shades of Madang #BBDBAC

Tints of Madang #BBDBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.76%

R = 32.35%
G = 37.89%
B = 29.76%

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

#BBDBAC (or 0xBBDBAC) is known color: Madang. HEX triplet: BB, DB and AC. RGB value is (187,219,172). Sum of RGB (Red+Green+Blue) = 187+219+172=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBAC is #442453. Grayscale: #CCCCCC. Windows color (decimal): -4465748 or 11328443. OLE color: 11328443.

HSL color Cylindrical-coordinate representation of color #BBDBAC: hue angle of 100.85º degrees, saturation: 0.39, 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 #BBDBAC is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 172 -
CMYK 0.15 0 0.21 0.14
HSL 100.85º 0.39% 0.77% -
HSV(B) 100.85º 0.21% 0.86% -
XYZ 53.27 64.21 48.62 -
YUV 204.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 187 219 172 0.15 0 0.21 0.14 100.85 0.39 0.77
Hex BB DB AC F 0 15 E 65 27 4D
Octal 273 333 254 17 0 25 16 145 47 115
Binary 10111011 11011011 10101100 1111 0 10101 1110 1100101 100111 1001101

Color Harmonies of #BBDBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBAC

Black with #BBDBAC

Text Example


Text Example

White with #BBDBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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