Html Css Color HEX #BBDDA4 Madang

📋 copy color: '#BBDDA4'

red 187 ◦ green 221 ◦ blue 164

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

Shades of Madang #BBDDA4

Tints of Madang #BBDDA4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.64%

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

R = 32.69%
G = 38.64%
B = 28.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#BBDDA4 (or 0xBBDDA4) is known color: Madang. HEX triplet: BB, DD and A4. RGB value is (187,221,164). Sum of RGB (Red+Green+Blue) = 187+221+164=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDDA4 is #44225B. Grayscale: #CCCCCC. Windows color (decimal): -4465244 or 10804667. OLE color: 10804667.

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

Color convert

RGB 187 221 164 -
CMYK 0.15 0 0.26 0.13
HSL 95.79º 0.46% 0.75% -
HSV(B) 95.79º 0.26% 0.87% -
XYZ 53.05 64.96 44.86 -
YUV 204.34 105.24 115.63 -
System Red Green Blue C M Y K H S L
Decimal 187 221 164 0.15 0 0.26 0.13 95.79 0.46 0.75
Hex BB DD A4 F 0 1A D 60 2E 4B
Octal 273 335 244 17 0 32 15 140 56 113
Binary 10111011 11011101 10100100 1111 0 11010 1101 1100000 101110 1001011

Color Harmonies of #BBDDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDDA4

Black with #BBDDA4

Text Example


Text Example

White with #BBDDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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