Html Css Color HEX #BDAED3 Moon Raker

📋 copy color: '#BDAED3'

red 189 ◦ green 174 ◦ blue 211

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

Shades of Moon Raker #BDAED3

Tints of Moon Raker #BDAED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.76%

R = 32.93%
G = 30.31%
B = 36.76%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BDAED3 (or 0xBDAED3) is known color: Moon Raker. HEX triplet: BD, AE and D3. RGB value is (189,174,211). Sum of RGB (Red+Green+Blue) = 189+174+211=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 211 (82.81% from 255 or 36.76% from 574); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAED3 is #42512C. Grayscale: #B6B6B6. Windows color (decimal): -4346157 or 13872829. OLE color: 13872829.

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

Color convert

RGB 189 174 211 -
CMYK 0.10 0.18 0 0.17
HSL 264.32º 0.3% 0.75% -
HSV(B) 264.32º 0.18% 0.83% -
XYZ 47.88 45.79 67.94 -
YUV 182.7 143.97 132.49 -
System Red Green Blue C M Y K H S L
Decimal 189 174 211 0.10 0.18 0 0.17 264.32 0.3 0.75
Hex BD AE D3 A 12 0 11 108 1E 4B
Octal 275 256 323 12 22 0 21 410 36 113
Binary 10111101 10101110 11010011 1010 10010 0 10001 100001000 11110 1001011

Color Harmonies of #BDAED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAED3

Black with #BDAED3

Text Example


Text Example

White with #BDAED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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