Html Css Color HEX #B9A5EB Moon Raker

📋 copy color: '#B9A5EB'

red 185 ◦ green 165 ◦ blue 235

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

Shades of Moon Raker #B9A5EB

Tints of Moon Raker #B9A5EB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.21%

 BLUE value IS 235 (92.19% from 255) = 40.17%

R = 31.62%
G = 28.21%
B = 40.17%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9A5EB (or 0xB9A5EB) is known color: Moon Raker. HEX triplet: B9, A5 and EB. RGB value is (185,165,235). Sum of RGB (Red+Green+Blue) = 185+165+235=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9A5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A5EB is #465A14. Grayscale: #B2B2B2. Windows color (decimal): -4610581 or 15443385. OLE color: 15443385.

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

Color convert

RGB 185 165 235 -
CMYK 0.21 0.30 0 0.08
HSL 257.14º 0.64% 0.78% -
HSV(B) 257.14º 0.3% 0.92% -
XYZ 48.46 43.22 84.39 -
YUV 178.96 159.63 132.31 -
System Red Green Blue C M Y K H S L
Decimal 185 165 235 0.21 0.30 0 0.08 257.14 0.64 0.78
Hex B9 A5 EB 15 1E 0 8 101 40 4E
Octal 271 245 353 25 36 0 10 401 100 116
Binary 10111001 10100101 11101011 10101 11110 0 1000 100000001 1000000 1001110

Color Harmonies of #B9A5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A5EB

Black with #B9A5EB

Text Example


Text Example

White with #B9A5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A5EB; }

 p { color: rgb(185,165,235); }

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

background-color css

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

 a { background-color: rgb(185,165,235); }

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

border-color css

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

 span { border-color: rgb(185,165,235); }

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