Html Css Color HEX #BBDCAC Madang

📋 copy color: '#BBDCAC'

red 187 ◦ green 220 ◦ blue 172

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

Shades of Madang #BBDCAC

Tints of Madang #BBDCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.71%

R = 32.3%
G = 38%
B = 29.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#BBDCAC (or 0xBBDCAC) is known color: Madang. HEX triplet: BB, DC and AC. RGB value is (187,220,172). Sum of RGB (Red+Green+Blue) = 187+220+172=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCAC is #442353. Grayscale: #CCCCCC. Windows color (decimal): -4465492 or 11328699. OLE color: 11328699.

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

Color convert

RGB 187 220 172 -
CMYK 0.15 0 0.22 0.14
HSL 101.25º 0.41% 0.77% -
HSV(B) 101.25º 0.22% 0.86% -
XYZ 53.53 64.73 48.7 -
YUV 204.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 187 220 172 0.15 0 0.22 0.14 101.25 0.41 0.77
Hex BB DC AC F 0 16 E 65 29 4D
Octal 273 334 254 17 0 26 16 145 51 115
Binary 10111011 11011100 10101100 1111 0 10110 1110 1100101 101001 1001101

Color Harmonies of #BBDCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCAC

Black with #BBDCAC

Text Example


Text Example

White with #BBDCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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