Html Css Color HEX #BBDBA6 Madang

📋 copy color: '#BBDBA6'

red 187 ◦ green 219 ◦ blue 166

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

Shades of Madang #BBDBA6

Tints of Madang #BBDBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.02%

R = 32.69%
G = 38.29%
B = 29.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#BBDBA6 (or 0xBBDBA6) is known color: Madang. HEX triplet: BB, DB and A6. RGB value is (187,219,166). Sum of RGB (Red+Green+Blue) = 187+219+166=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBA6 is #442459. Grayscale: #CBCBCB. Windows color (decimal): -4465754 or 10935227. OLE color: 10935227.

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

Color convert

RGB 187 219 166 -
CMYK 0.15 0 0.24 0.14
HSL 96.23º 0.42% 0.75% -
HSV(B) 96.23º 0.24% 0.86% -
XYZ 52.71 63.98 45.65 -
YUV 203.39 106.9 116.31 -
System Red Green Blue C M Y K H S L
Decimal 187 219 166 0.15 0 0.24 0.14 96.23 0.42 0.75
Hex BB DB A6 F 0 18 E 60 2A 4B
Octal 273 333 246 17 0 30 16 140 52 113
Binary 10111011 11011011 10100110 1111 0 11000 1110 1100000 101010 1001011

Color Harmonies of #BBDBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBA6

Black with #BBDBA6

Text Example


Text Example

White with #BBDBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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