Html Css Color HEX #BDDFAF Madang

📋 copy color: '#BDDFAF'

red 189 ◦ green 223 ◦ blue 175

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

Shades of Madang #BDDFAF

Tints of Madang #BDDFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.81%

R = 32.2%
G = 37.99%
B = 29.81%

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

#BDDFAF (or 0xBDDFAF) is known color: Madang. HEX triplet: BD, DF and AF. RGB value is (189,223,175). Sum of RGB (Red+Green+Blue) = 189+223+175=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFAF is #422050. Grayscale: #CFCFCF. Windows color (decimal): -4333649 or 11526077. OLE color: 11526077.

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

Color convert

RGB 189 223 175 -
CMYK 0.15 0 0.22 0.13
HSL 102.5º 0.43% 0.78% -
HSV(B) 102.5º 0.22% 0.87% -
XYZ 55.11 66.69 50.53 -
YUV 207.36 109.74 114.9 -
System Red Green Blue C M Y K H S L
Decimal 189 223 175 0.15 0 0.22 0.13 102.5 0.43 0.78
Hex BD DF AF F 0 16 D 66 2B 4E
Octal 275 337 257 17 0 26 15 146 53 116
Binary 10111101 11011111 10101111 1111 0 10110 1101 1100110 101011 1001110

Color Harmonies of #BDDFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFAF

Black with #BDDFAF

Text Example


Text Example

White with #BDDFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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