Html Css Color HEX #BDDEA5 Madang

📋 copy color: '#BDDEA5'

red 189 ◦ green 222 ◦ blue 165

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

Shades of Madang #BDDEA5

Tints of Madang #BDDEA5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.54%

 BLUE value IS 165 (64.84% from 255) = 28.65%

R = 32.81%
G = 38.54%
B = 28.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#BDDEA5 (or 0xBDDEA5) is known color: Madang. HEX triplet: BD, DE and A5. RGB value is (189,222,165). Sum of RGB (Red+Green+Blue) = 189+222+165=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEA5 is #42215A. Grayscale: #CDCDCD. Windows color (decimal): -4333915 or 10870461. OLE color: 10870461.

HSL color Cylindrical-coordinate representation of color #BDDEA5: hue angle of 94.74º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDEA5 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 165 -
CMYK 0.15 0 0.26 0.13
HSL 94.74º 0.46% 0.76% -
HSV(B) 94.74º 0.26% 0.87% -
XYZ 53.9 65.78 45.45 -
YUV 205.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 189 222 165 0.15 0 0.26 0.13 94.74 0.46 0.76
Hex BD DE A5 F 0 1A D 5F 2E 4C
Octal 275 336 245 17 0 32 15 137 56 114
Binary 10111101 11011110 10100101 1111 0 11010 1101 1011111 101110 1001100

Color Harmonies of #BDDEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEA5

Black with #BDDEA5

Text Example


Text Example

White with #BDDEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEA5; }

 p { color: rgb(189,222,165); }

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

background-color css

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

 a { background-color: rgb(189,222,165); }

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

border-color css

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

 span { border-color: rgb(189,222,165); }

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