Html Css Color HEX #BDAED1 Moon Raker

📋 copy color: '#BDAED1'

red 189 ◦ green 174 ◦ blue 209

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

Shades of Moon Raker #BDAED1

Tints of Moon Raker #BDAED1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.42%

 BLUE value IS 209 (82.03% from 255) = 36.54%

R = 33.04%
G = 30.42%
B = 36.54%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDAED1 (or 0xBDAED1) is known color: Moon Raker. HEX triplet: BD, AE and D1. RGB value is (189,174,209). Sum of RGB (Red+Green+Blue) = 189+174+209=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAED1 is #42512E. Grayscale: #B6B6B6. Windows color (decimal): -4346159 or 13741757. OLE color: 13741757.

HSL color Cylindrical-coordinate representation of color #BDAED1: hue angle of 265.71º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDAED1 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 174 209 -
CMYK 0.10 0.17 0 0.18
HSL 265.71º 0.28% 0.75% -
HSV(B) 265.71º 0.17% 0.82% -
XYZ 47.63 45.69 66.63 -
YUV 182.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 189 174 209 0.10 0.17 0 0.18 265.71 0.28 0.75
Hex BD AE D1 A 11 0 12 10A 1C 4B
Octal 275 256 321 12 21 0 22 412 34 113
Binary 10111101 10101110 11010001 1010 10001 0 10010 100001010 11100 1001011

Color Harmonies of #BDAED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAED1

Black with #BDAED1

Text Example


Text Example

White with #BDAED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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