Html Css Color HEX #BBDCA4 Madang

📋 copy color: '#BBDCA4'

red 187 ◦ green 220 ◦ blue 164

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

Shades of Madang #BBDCA4

Tints of Madang #BBDCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 28.72%

R = 32.75%
G = 38.53%
B = 28.72%

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

#BBDCA4 (or 0xBBDCA4) is known color: Madang. HEX triplet: BB, DC and A4. RGB value is (187,220,164). Sum of RGB (Red+Green+Blue) = 187+220+164=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCA4 is #44235B. Grayscale: #CBCBCB. Windows color (decimal): -4465500 or 10804411. OLE color: 10804411.

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

Color convert

RGB 187 220 164 -
CMYK 0.15 0 0.25 0.14
HSL 95.36º 0.44% 0.75% -
HSV(B) 95.36º 0.25% 0.86% -
XYZ 52.79 64.43 44.78 -
YUV 203.75 105.57 116.05 -
System Red Green Blue C M Y K H S L
Decimal 187 220 164 0.15 0 0.25 0.14 95.36 0.44 0.75
Hex BB DC A4 F 0 19 E 5F 2C 4B
Octal 273 334 244 17 0 31 16 137 54 113
Binary 10111011 11011100 10100100 1111 0 11001 1110 1011111 101100 1001011

Color Harmonies of #BBDCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCA4

Black with #BBDCA4

Text Example


Text Example

White with #BBDCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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