Html Css Color HEX #BDDEB2 Madang

📋 copy color: '#BDDEB2'

red 189 ◦ green 222 ◦ blue 178

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

Shades of Madang #BDDEB2

Tints of Madang #BDDEB2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.69%

 BLUE value IS 178 (69.92% from 255) = 30.22%

R = 32.09%
G = 37.69%
B = 30.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#BDDEB2 (or 0xBDDEB2) is known color: Madang. HEX triplet: BD, DE and B2. RGB value is (189,222,178). Sum of RGB (Red+Green+Blue) = 189+222+178=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEB2 is #42214D. Grayscale: #CFCFCF. Windows color (decimal): -4333902 or 11722429. OLE color: 11722429.

HSL color Cylindrical-coordinate representation of color #BDDEB2: hue angle of 105º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDEB2 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 178 -
CMYK 0.15 0 0.20 0.13
HSL 105º 0.4% 0.78% -
HSV(B) 105º 0.2% 0.87% -
XYZ 55.14 66.28 52.01 -
YUV 207.12 111.57 115.08 -
System Red Green Blue C M Y K H S L
Decimal 189 222 178 0.15 0 0.20 0.13 105 0.4 0.78
Hex BD DE B2 F 0 14 D 69 28 4E
Octal 275 336 262 17 0 24 15 151 50 116
Binary 10111101 11011110 10110010 1111 0 10100 1101 1101001 101000 1001110

Color Harmonies of #BDDEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEB2

Black with #BDDEB2

Text Example


Text Example

White with #BDDEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEB2; }

 p { color: rgb(189,222,178); }

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

background-color css

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

 a { background-color: rgb(189,222,178); }

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

border-color css

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

 span { border-color: rgb(189,222,178); }

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