Html Css Color HEX #BDEBAE Madang

📋 copy color: '#BDEBAE'

red 189 ◦ green 235 ◦ blue 174

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

Shades of Madang #BDEBAE

Tints of Madang #BDEBAE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.3%

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

R = 31.61%
G = 39.3%
B = 29.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#BDEBAE (or 0xBDEBAE) is known color: Madang. HEX triplet: BD, EB and AE. RGB value is (189,235,174). Sum of RGB (Red+Green+Blue) = 189+235+174=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEBAE is #421451. Grayscale: #D6D6D6. Windows color (decimal): -4330578 or 11463613. OLE color: 11463613.

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

Color convert

RGB 189 235 174 -
CMYK 0.20 0 0.26 0.08
HSL 105.25º 0.6% 0.8% -
HSV(B) 105.25º 0.26% 0.92% -
XYZ 58.33 73.29 51.12 -
YUV 214.29 105.26 109.96 -
System Red Green Blue C M Y K H S L
Decimal 189 235 174 0.20 0 0.26 0.08 105.25 0.6 0.8
Hex BD EB AE 14 0 1A 8 69 3C 50
Octal 275 353 256 24 0 32 10 151 74 120
Binary 10111101 11101011 10101110 10100 0 11010 1000 1101001 111100 1010000

Color Harmonies of #BDEBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBAE

Black with #BDEBAE

Text Example


Text Example

White with #BDEBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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