Html Css Color HEX #BDECAC Madang

📋 copy color: '#BDECAC'

red 189 ◦ green 236 ◦ blue 172

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

Shades of Madang #BDECAC

Tints of Madang #BDECAC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.53%

 BLUE value IS 172 (67.58% from 255) = 28.81%

R = 31.66%
G = 39.53%
B = 28.81%

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

#BDECAC (or 0xBDECAC) is known color: Madang. HEX triplet: BD, EC and AC. RGB value is (189,236,172). Sum of RGB (Red+Green+Blue) = 189+236+172=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDECAC is #421353. Grayscale: #D6D6D6. Windows color (decimal): -4330324 or 11332797. OLE color: 11332797.

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

Color convert

RGB 189 236 172 -
CMYK 0.20 0 0.27 0.07
HSL 104.06º 0.63% 0.8% -
HSV(B) 104.06º 0.27% 0.93% -
XYZ 58.43 73.79 50.19 -
YUV 214.65 103.93 109.7 -
System Red Green Blue C M Y K H S L
Decimal 189 236 172 0.20 0 0.27 0.07 104.06 0.63 0.8
Hex BD EC AC 14 0 1B 7 68 3F 50
Octal 275 354 254 24 0 33 7 150 77 120
Binary 10111101 11101100 10101100 10100 0 11011 111 1101000 111111 1010000

Color Harmonies of #BDECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECAC

Black with #BDECAC

Text Example


Text Example

White with #BDECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECAC; }

 p { color: rgb(189,236,172); }

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

background-color css

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

 a { background-color: rgb(189,236,172); }

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

border-color css

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

 span { border-color: rgb(189,236,172); }

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