Html Css Color HEX #BDDBB0 Madang

📋 copy color: '#BDDBB0'

red 189 ◦ green 219 ◦ blue 176

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

Shades of Madang #BDDBB0

Tints of Madang #BDDBB0

RGB

 RED value IS 189 (74.22% from 255) = 32.36%

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

 BLUE value IS 176 (69.14% from 255) = 30.14%

R = 32.36%
G = 37.5%
B = 30.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#BDDBB0 (or 0xBDDBB0) is known color: Madang. HEX triplet: BD, DB and B0. RGB value is (189,219,176). Sum of RGB (Red+Green+Blue) = 189+219+176=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDBB0 is #42244F. Grayscale: #CDCDCD. Windows color (decimal): -4334672 or 11590589. OLE color: 11590589.

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

Color convert

RGB 189 219 176 -
CMYK 0.14 0 0.20 0.14
HSL 101.86º 0.37% 0.77% -
HSV(B) 101.86º 0.2% 0.86% -
XYZ 54.15 64.62 50.69 -
YUV 205.13 111.56 116.5 -
System Red Green Blue C M Y K H S L
Decimal 189 219 176 0.14 0 0.20 0.14 101.86 0.37 0.77
Hex BD DB B0 E 0 14 E 66 25 4D
Octal 275 333 260 16 0 24 16 146 45 115
Binary 10111101 11011011 10110000 1110 0 10100 1110 1100110 100101 1001101

Color Harmonies of #BDDBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBB0

Black with #BDDBB0

Text Example


Text Example

White with #BDDBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBB0; }

 p { color: rgb(189,219,176); }

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

background-color css

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

 a { background-color: rgb(189,219,176); }

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

border-color css

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

 span { border-color: rgb(189,219,176); }

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