Html Css Color HEX #B9A6EA Moon Raker

📋 copy color: '#B9A6EA'

red 185 ◦ green 166 ◦ blue 234

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

Shades of Moon Raker #B9A6EA

Tints of Moon Raker #B9A6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40%

R = 31.62%
G = 28.38%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9A6EA (or 0xB9A6EA) is known color: Moon Raker. HEX triplet: B9, A6 and EA. RGB value is (185,166,234). Sum of RGB (Red+Green+Blue) = 185+166+234=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9A6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A6EA is #465915. Grayscale: #B3B3B3. Windows color (decimal): -4610326 or 15378105. OLE color: 15378105.

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

Color convert

RGB 185 166 234 -
CMYK 0.21 0.29 0 0.08
HSL 256.76º 0.62% 0.78% -
HSV(B) 256.76º 0.29% 0.92% -
XYZ 48.5 43.53 83.69 -
YUV 179.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 185 166 234 0.21 0.29 0 0.08 256.76 0.62 0.78
Hex B9 A6 EA 15 1D 0 8 101 3E 4E
Octal 271 246 352 25 35 0 10 401 76 116
Binary 10111001 10100110 11101010 10101 11101 0 1000 100000001 111110 1001110

Color Harmonies of #B9A6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A6EA

Black with #B9A6EA

Text Example


Text Example

White with #B9A6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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