Html Css Color HEX #BBDDA2 Madang

📋 copy color: '#BBDDA2'

red 187 ◦ green 221 ◦ blue 162

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

Shades of Madang #BBDDA2

Tints of Madang #BBDDA2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.77%

 BLUE value IS 162 (63.67% from 255) = 28.42%

R = 32.81%
G = 38.77%
B = 28.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#BBDDA2 (or 0xBBDDA2) is known color: Madang. HEX triplet: BB, DD and A2. RGB value is (187,221,162). Sum of RGB (Red+Green+Blue) = 187+221+162=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 162 (63.67% from 255 or 28.42% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDDA2 is #44225D. Grayscale: #CCCCCC. Windows color (decimal): -4465246 or 10673595. OLE color: 10673595.

HSL color Cylindrical-coordinate representation of color #BBDDA2: hue angle of 94.58º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBDDA2 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 162 -
CMYK 0.15 0 0.27 0.13
HSL 94.58º 0.46% 0.75% -
HSV(B) 94.58º 0.27% 0.87% -
XYZ 52.87 64.89 43.92 -
YUV 204.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 187 221 162 0.15 0 0.27 0.13 94.58 0.46 0.75
Hex BB DD A2 F 0 1B D 5F 2E 4B
Octal 273 335 242 17 0 33 15 137 56 113
Binary 10111011 11011101 10100010 1111 0 11011 1101 1011111 101110 1001011

Color Harmonies of #BBDDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDA2

Black with #BBDDA2

Text Example


Text Example

White with #BBDDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDA2; }

 p { color: rgb(187,221,162); }

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

background-color css

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

 a { background-color: rgb(187,221,162); }

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

border-color css

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

 span { border-color: rgb(187,221,162); }

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