Html Css Color HEX #B9A6E9 Moon Raker

📋 copy color: '#B9A6E9'

red 185 ◦ green 166 ◦ blue 233

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

Shades of Moon Raker #B9A6E9

Tints of Moon Raker #B9A6E9

RGB

 RED value IS 185 (72.66% from 255) = 31.68%

 GREEN value IS 166 (65.23% from 255) = 28.42%

 BLUE value IS 233 (91.41% from 255) = 39.9%

R = 31.68%
G = 28.42%
B = 39.9%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B9A6E9 (or 0xB9A6E9) is known color: Moon Raker. HEX triplet: B9, A6 and E9. RGB value is (185,166,233). Sum of RGB (Red+Green+Blue) = 185+166+233=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #B9A6E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A6E9 is #465916. Grayscale: #B3B3B3. Windows color (decimal): -4610327 or 15312569. OLE color: 15312569.

HSL color Cylindrical-coordinate representation of color #B9A6E9: hue angle of 257.01º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9A6E9 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 166 233 -
CMYK 0.21 0.29 0 0.09
HSL 257.01º 0.6% 0.78% -
HSV(B) 257.01º 0.29% 0.91% -
XYZ 48.35 43.47 82.93 -
YUV 179.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 185 166 233 0.21 0.29 0 0.09 257.01 0.6 0.78
Hex B9 A6 E9 15 1D 0 9 101 3C 4E
Octal 271 246 351 25 35 0 11 401 74 116
Binary 10111001 10100110 11101001 10101 11101 0 1001 100000001 111100 1001110

Color Harmonies of #B9A6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A6E9

Black with #B9A6E9

Text Example


Text Example

White with #B9A6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A6E9; }

 p { color: rgb(185,166,233); }

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

background-color css

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

 a { background-color: rgb(185,166,233); }

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

border-color css

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

 span { border-color: rgb(185,166,233); }

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