Html Css Color HEX #BDAAE3 Moon Raker

📋 copy color: '#BDAAE3'

red 189 ◦ green 170 ◦ blue 227

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

Shades of Moon Raker #BDAAE3

Tints of Moon Raker #BDAAE3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.01%

 BLUE value IS 227 (89.06% from 255) = 38.74%

R = 32.25%
G = 29.01%
B = 38.74%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDAAE3 (or 0xBDAAE3) is known color: Moon Raker. HEX triplet: BD, AA and E3. RGB value is (189,170,227). Sum of RGB (Red+Green+Blue) = 189+170+227=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDAAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAAE3 is #42551C. Grayscale: #B5B5B5. Windows color (decimal): -4347165 or 14920381. OLE color: 14920381.

HSL color Cylindrical-coordinate representation of color #BDAAE3: hue angle of 260º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDAAE3 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 170 227 -
CMYK 0.17 0.25 0 0.11
HSL 260º 0.5% 0.78% -
HSV(B) 260º 0.25% 0.89% -
XYZ 49.23 45.11 78.79 -
YUV 182.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 189 170 227 0.17 0.25 0 0.11 260 0.5 0.78
Hex BD AA E3 11 19 0 B 104 32 4E
Octal 275 252 343 21 31 0 13 404 62 116
Binary 10111101 10101010 11100011 10001 11001 0 1011 100000100 110010 1001110

Color Harmonies of #BDAAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAAE3

Black with #BDAAE3

Text Example


Text Example

White with #BDAAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAAE3; }

 p { color: rgb(189,170,227); }

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

background-color css

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

 a { background-color: rgb(189,170,227); }

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

border-color css

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

 span { border-color: rgb(189,170,227); }

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