Html Css Color HEX #BBDCA6 Madang

📋 copy color: '#BBDCA6'

red 187 ◦ green 220 ◦ blue 166

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

Shades of Madang #BBDCA6

Tints of Madang #BBDCA6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.39%

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

R = 32.64%
G = 38.39%
B = 28.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#BBDCA6 (or 0xBBDCA6) is known color: Madang. HEX triplet: BB, DC and A6. RGB value is (187,220,166). Sum of RGB (Red+Green+Blue) = 187+220+166=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 166 (65.23% from 255 or 28.97% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCA6 is #442359. Grayscale: #CCCCCC. Windows color (decimal): -4465498 or 10935483. OLE color: 10935483.

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

Color convert

RGB 187 220 166 -
CMYK 0.15 0 0.25 0.14
HSL 96.67º 0.44% 0.76% -
HSV(B) 96.67º 0.25% 0.86% -
XYZ 52.97 64.5 45.74 -
YUV 203.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 187 220 166 0.15 0 0.25 0.14 96.67 0.44 0.76
Hex BB DC A6 F 0 19 E 61 2C 4C
Octal 273 334 246 17 0 31 16 141 54 114
Binary 10111011 11011100 10100110 1111 0 11001 1110 1100001 101100 1001100

Color Harmonies of #BBDCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCA6

Black with #BBDCA6

Text Example


Text Example

White with #BBDCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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