Html Css Color HEX #BDDFAE Madang

📋 copy color: '#BDDFAE'

red 189 ◦ green 223 ◦ blue 174

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

Shades of Madang #BDDFAE

Tints of Madang #BDDFAE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.05%

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

R = 32.25%
G = 38.05%
B = 29.69%

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

#BDDFAE (or 0xBDDFAE) is known color: Madang. HEX triplet: BD, DF and AE. RGB value is (189,223,174). Sum of RGB (Red+Green+Blue) = 189+223+174=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFAE is #422051. Grayscale: #CFCFCF. Windows color (decimal): -4333650 or 11460541. OLE color: 11460541.

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

Color convert

RGB 189 223 174 -
CMYK 0.15 0 0.22 0.13
HSL 101.63º 0.43% 0.78% -
HSV(B) 101.63º 0.22% 0.87% -
XYZ 55.01 66.65 50.01 -
YUV 207.25 109.24 114.98 -
System Red Green Blue C M Y K H S L
Decimal 189 223 174 0.15 0 0.22 0.13 101.63 0.43 0.78
Hex BD DF AE F 0 16 D 66 2B 4E
Octal 275 337 256 17 0 26 15 146 53 116
Binary 10111101 11011111 10101110 1111 0 10110 1101 1100110 101011 1001110

Color Harmonies of #BDDFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFAE

Black with #BDDFAE

Text Example


Text Example

White with #BDDFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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