Html Css Color HEX #BDDEAE Madang

📋 copy color: '#BDDEAE'

red 189 ◦ green 222 ◦ blue 174

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

Shades of Madang #BDDEAE

Tints of Madang #BDDEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.74%

R = 32.31%
G = 37.95%
B = 29.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#BDDEAE (or 0xBDDEAE) is known color: Madang. HEX triplet: BD, DE and AE. RGB value is (189,222,174). Sum of RGB (Red+Green+Blue) = 189+222+174=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEAE is #422151. Grayscale: #CECECE. Windows color (decimal): -4333906 or 11460285. OLE color: 11460285.

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

Color convert

RGB 189 222 174 -
CMYK 0.15 0 0.22 0.13
HSL 101.25º 0.42% 0.78% -
HSV(B) 101.25º 0.22% 0.87% -
XYZ 54.75 66.12 49.92 -
YUV 206.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 189 222 174 0.15 0 0.22 0.13 101.25 0.42 0.78
Hex BD DE AE F 0 16 D 65 2A 4E
Octal 275 336 256 17 0 26 15 145 52 116
Binary 10111101 11011110 10101110 1111 0 10110 1101 1100101 101010 1001110

Color Harmonies of #BDDEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEAE

Black with #BDDEAE

Text Example


Text Example

White with #BDDEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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