Html Css Color HEX #BBDBA4 Madang

📋 copy color: '#BBDBA4'

red 187 ◦ green 219 ◦ blue 164

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

Shades of Madang #BBDBA4

Tints of Madang #BBDBA4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.42%

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

R = 32.81%
G = 38.42%
B = 28.77%

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

#BBDBA4 (or 0xBBDBA4) is known color: Madang. HEX triplet: BB, DB and A4. RGB value is (187,219,164). Sum of RGB (Red+Green+Blue) = 187+219+164=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 164 (64.45% from 255 or 28.77% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBA4 is #44245B. Grayscale: #CBCBCB. Windows color (decimal): -4465756 or 10804155. OLE color: 10804155.

HSL color Cylindrical-coordinate representation of color #BBDBA4: hue angle of 94.91º degrees, saturation: 0.43, 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 #BBDBA4 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 164 -
CMYK 0.15 0 0.25 0.14
HSL 94.91º 0.43% 0.75% -
HSV(B) 94.91º 0.25% 0.86% -
XYZ 52.53 63.91 44.69 -
YUV 203.16 105.9 116.47 -
System Red Green Blue C M Y K H S L
Decimal 187 219 164 0.15 0 0.25 0.14 94.91 0.43 0.75
Hex BB DB A4 F 0 19 E 5F 2B 4B
Octal 273 333 244 17 0 31 16 137 53 113
Binary 10111011 11011011 10100100 1111 0 11001 1110 1011111 101011 1001011

Color Harmonies of #BBDBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBA4

Black with #BBDBA4

Text Example


Text Example

White with #BBDBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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