Html Css Color HEX #BDE9AF Madang

📋 copy color: '#BDE9AF'

red 189 ◦ green 233 ◦ blue 175

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

Shades of Madang #BDE9AF

Tints of Madang #BDE9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.03%

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

R = 31.66%
G = 39.03%
B = 29.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#BDE9AF (or 0xBDE9AF) is known color: Madang. HEX triplet: BD, E9 and AF. RGB value is (189,233,175). Sum of RGB (Red+Green+Blue) = 189+233+175=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE9AF is #421650. Grayscale: #D5D5D5. Windows color (decimal): -4331089 or 11528637. OLE color: 11528637.

HSL color Cylindrical-coordinate representation of color #BDE9AF: hue angle of 105.52º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE9AF is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 175 -
CMYK 0.19 0 0.25 0.09
HSL 105.52º 0.57% 0.8% -
HSV(B) 105.52º 0.25% 0.91% -
XYZ 57.86 72.19 51.44 -
YUV 213.23 106.42 110.72 -
System Red Green Blue C M Y K H S L
Decimal 189 233 175 0.19 0 0.25 0.09 105.52 0.57 0.8
Hex BD E9 AF 13 0 19 9 6A 39 50
Octal 275 351 257 23 0 31 11 152 71 120
Binary 10111101 11101001 10101111 10011 0 11001 1001 1101010 111001 1010000

Color Harmonies of #BDE9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9AF

Black with #BDE9AF

Text Example


Text Example

White with #BDE9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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