Html Css Color HEX #BDA9E6 Moon Raker

📋 copy color: '#BDA9E6'

red 189 ◦ green 169 ◦ blue 230

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

Shades of Moon Raker #BDA9E6

Tints of Moon Raker #BDA9E6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.74%

 BLUE value IS 230 (90.23% from 255) = 39.12%

R = 32.14%
G = 28.74%
B = 39.12%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDA9E6 (or 0xBDA9E6) is known color: Moon Raker. HEX triplet: BD, A9 and E6. RGB value is (189,169,230). Sum of RGB (Red+Green+Blue) = 189+169+230=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDA9E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA9E6 is #425619. Grayscale: #B5B5B5. Windows color (decimal): -4347418 or 15116733. OLE color: 15116733.

HSL color Cylindrical-coordinate representation of color #BDA9E6: hue angle of 259.67º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDA9E6 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 169 230 -
CMYK 0.18 0.27 0 0.10
HSL 259.67º 0.55% 0.78% -
HSV(B) 259.67º 0.27% 0.9% -
XYZ 49.46 44.91 80.92 -
YUV 181.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 189 169 230 0.18 0.27 0 0.10 259.67 0.55 0.78
Hex BD A9 E6 12 1B 0 A 104 37 4E
Octal 275 251 346 22 33 0 12 404 67 116
Binary 10111101 10101001 11100110 10010 11011 0 1010 100000100 110111 1001110

Color Harmonies of #BDA9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9E6

Black with #BDA9E6

Text Example


Text Example

White with #BDA9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9E6; }

 p { color: rgb(189,169,230); }

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

background-color css

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

 a { background-color: rgb(189,169,230); }

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

border-color css

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

 span { border-color: rgb(189,169,230); }

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