Html Css Color HEX #BDEFAF Madang

📋 copy color: '#BDEFAF'

red 189 ◦ green 239 ◦ blue 175

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

Shades of Madang #BDEFAF

Tints of Madang #BDEFAF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.64%

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

R = 31.34%
G = 39.64%
B = 29.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#BDEFAF (or 0xBDEFAF) is known color: Madang. HEX triplet: BD, EF and AF. RGB value is (189,239,175). Sum of RGB (Red+Green+Blue) = 189+239+175=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEFAF is #421050. Grayscale: #D8D8D8. Windows color (decimal): -4329553 or 11530173. OLE color: 11530173.

HSL color Cylindrical-coordinate representation of color #BDEFAF: hue angle of 106.88º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDEFAF is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 175 -
CMYK 0.21 0 0.27 0.06
HSL 106.88º 0.67% 0.81% -
HSV(B) 106.88º 0.27% 0.94% -
XYZ 59.59 75.65 52.02 -
YUV 216.75 104.44 108.2 -
System Red Green Blue C M Y K H S L
Decimal 189 239 175 0.21 0 0.27 0.06 106.88 0.67 0.81
Hex BD EF AF 15 0 1B 6 6B 43 51
Octal 275 357 257 25 0 33 6 153 103 121
Binary 10111101 11101111 10101111 10101 0 11011 110 1101011 1000011 1010001

Color Harmonies of #BDEFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEFAF

Black with #BDEFAF

Text Example


Text Example

White with #BDEFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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