Html Css Color HEX #BDECAE Madang

📋 copy color: '#BDECAE'

red 189 ◦ green 236 ◦ blue 174

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

Shades of Madang #BDECAE

Tints of Madang #BDECAE

RGB

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

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

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

R = 31.55%
G = 39.4%
B = 29.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#BDECAE (or 0xBDECAE) is known color: Madang. HEX triplet: BD, EC and AE. RGB value is (189,236,174). Sum of RGB (Red+Green+Blue) = 189+236+174=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDECAE is #421351. Grayscale: #D7D7D7. Windows color (decimal): -4330322 or 11463869. OLE color: 11463869.

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

Color convert

RGB 189 236 174 -
CMYK 0.20 0 0.26 0.07
HSL 105.48º 0.62% 0.8% -
HSV(B) 105.48º 0.26% 0.93% -
XYZ 58.62 73.87 51.21 -
YUV 214.88 104.93 109.54 -
System Red Green Blue C M Y K H S L
Decimal 189 236 174 0.20 0 0.26 0.07 105.48 0.62 0.8
Hex BD EC AE 14 0 1A 7 69 3E 50
Octal 275 354 256 24 0 32 7 151 76 120
Binary 10111101 11101100 10101110 10100 0 11010 111 1101001 111110 1010000

Color Harmonies of #BDECAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDECAE

Black with #BDECAE

Text Example


Text Example

White with #BDECAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDECAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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