Html Css Color HEX #BDEDAE Madang

📋 copy color: '#BDEDAE'

red 189 ◦ green 237 ◦ blue 174

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

Shades of Madang #BDEDAE

Tints of Madang #BDEDAE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.5%

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

R = 31.5%
G = 39.5%
B = 29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#BDEDAE (or 0xBDEDAE) is known color: Madang. HEX triplet: BD, ED and AE. RGB value is (189,237,174). Sum of RGB (Red+Green+Blue) = 189+237+174=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEDAE is #421251. Grayscale: #D7D7D7. Windows color (decimal): -4330066 or 11464125. OLE color: 11464125.

HSL color Cylindrical-coordinate representation of color #BDEDAE: hue angle of 105.71º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDEDAE is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 174 -
CMYK 0.20 0 0.27 0.07
HSL 105.71º 0.64% 0.81% -
HSV(B) 105.71º 0.27% 0.93% -
XYZ 58.91 74.44 51.31 -
YUV 215.47 104.6 109.12 -
System Red Green Blue C M Y K H S L
Decimal 189 237 174 0.20 0 0.27 0.07 105.71 0.64 0.81
Hex BD ED AE 14 0 1B 7 6A 40 51
Octal 275 355 256 24 0 33 7 152 100 121
Binary 10111101 11101101 10101110 10100 0 11011 111 1101010 1000000 1010001

Color Harmonies of #BDEDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDAE

Black with #BDEDAE

Text Example


Text Example

White with #BDEDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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