Html Css Color HEX #BDEBAF Madang

📋 copy color: '#BDEBAF'

red 189 ◦ green 235 ◦ blue 175

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

Shades of Madang #BDEBAF

Tints of Madang #BDEBAF

RGB

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

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

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

R = 31.55%
G = 39.23%
B = 29.22%

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

#BDEBAF (or 0xBDEBAF) is known color: Madang. HEX triplet: BD, EB and AF. RGB value is (189,235,175). Sum of RGB (Red+Green+Blue) = 189+235+175=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEBAF is #421450. Grayscale: #D6D6D6. Windows color (decimal): -4330577 or 11529149. OLE color: 11529149.

HSL color Cylindrical-coordinate representation of color #BDEBAF: hue angle of 106º 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 #BDEBAF is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 175 -
CMYK 0.20 0 0.26 0.08
HSL 106º 0.6% 0.8% -
HSV(B) 106º 0.26% 0.92% -
XYZ 58.43 73.33 51.63 -
YUV 214.41 105.76 109.88 -
System Red Green Blue C M Y K H S L
Decimal 189 235 175 0.20 0 0.26 0.08 106 0.6 0.8
Hex BD EB AF 14 0 1A 8 6A 3C 50
Octal 275 353 257 24 0 32 10 152 74 120
Binary 10111101 11101011 10101111 10100 0 11010 1000 1101010 111100 1010000

Color Harmonies of #BDEBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBAF

Black with #BDEBAF

Text Example


Text Example

White with #BDEBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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