Html Css Color HEX #BDEAAF Madang

📋 copy color: '#BDEAAF'

red 189 ◦ green 234 ◦ blue 175

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

Shades of Madang #BDEAAF

Tints of Madang #BDEAAF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.13%

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

R = 31.61%
G = 39.13%
B = 29.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#BDEAAF (or 0xBDEAAF) is known color: Madang. HEX triplet: BD, EA and AF. RGB value is (189,234,175). Sum of RGB (Red+Green+Blue) = 189+234+175=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEAAF is #421550. Grayscale: #D6D6D6. Windows color (decimal): -4330833 or 11528893. OLE color: 11528893.

HSL color Cylindrical-coordinate representation of color #BDEAAF: hue angle of 105.76º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDEAAF is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 175 -
CMYK 0.19 0 0.25 0.08
HSL 105.76º 0.58% 0.8% -
HSV(B) 105.76º 0.25% 0.92% -
XYZ 58.15 72.76 51.54 -
YUV 213.82 106.09 110.3 -
System Red Green Blue C M Y K H S L
Decimal 189 234 175 0.19 0 0.25 0.08 105.76 0.58 0.8
Hex BD EA AF 13 0 19 8 6A 3A 50
Octal 275 352 257 23 0 31 10 152 72 120
Binary 10111101 11101010 10101111 10011 0 11001 1000 1101010 111010 1010000

Color Harmonies of #BDEAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAAF

Black with #BDEAAF

Text Example


Text Example

White with #BDEAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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