Html Css Color HEX #BBDCA2 Madang

📋 copy color: '#BBDCA2'

red 187 ◦ green 220 ◦ blue 162

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

Shades of Madang #BBDCA2

Tints of Madang #BBDCA2

RGB

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

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

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

R = 32.86%
G = 38.66%
B = 28.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#BBDCA2 (or 0xBBDCA2) is known color: Madang. HEX triplet: BB, DC and A2. RGB value is (187,220,162). Sum of RGB (Red+Green+Blue) = 187+220+162=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 162 (63.67% from 255 or 28.47% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCA2 is #44235D. Grayscale: #CBCBCB. Windows color (decimal): -4465502 or 10673339. OLE color: 10673339.

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

Color convert

RGB 187 220 162 -
CMYK 0.15 0 0.26 0.14
HSL 94.14º 0.45% 0.75% -
HSV(B) 94.14º 0.26% 0.86% -
XYZ 52.61 64.36 43.83 -
YUV 203.52 104.57 116.22 -
System Red Green Blue C M Y K H S L
Decimal 187 220 162 0.15 0 0.26 0.14 94.14 0.45 0.75
Hex BB DC A2 F 0 1A E 5E 2D 4B
Octal 273 334 242 17 0 32 16 136 55 113
Binary 10111011 11011100 10100010 1111 0 11010 1110 1011110 101101 1001011

Color Harmonies of #BBDCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCA2

Black with #BBDCA2

Text Example


Text Example

White with #BBDCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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