Html Css Color HEX #B9ABE0 Moon Raker

📋 copy color: '#B9ABE0'

red 185 ◦ green 171 ◦ blue 224

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

Shades of Moon Raker #B9ABE0

Tints of Moon Raker #B9ABE0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.48%

 BLUE value IS 224 (87.89% from 255) = 38.62%

R = 31.9%
G = 29.48%
B = 38.62%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B9ABE0 (or 0xB9ABE0) is known color: Moon Raker. HEX triplet: B9, AB and E0. RGB value is (185,171,224). Sum of RGB (Red+Green+Blue) = 185+171+224=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #B9ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABE0 is #46541F. Grayscale: #B5B5B5. Windows color (decimal): -4609056 or 14724025. OLE color: 14724025.

HSL color Cylindrical-coordinate representation of color #B9ABE0: hue angle of 255.85º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9ABE0 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 171 224 -
CMYK 0.17 0.24 0 0.12
HSL 255.85º 0.46% 0.77% -
HSV(B) 255.85º 0.24% 0.88% -
XYZ 48.03 44.82 76.64 -
YUV 181.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 185 171 224 0.17 0.24 0 0.12 255.85 0.46 0.77
Hex B9 AB E0 11 18 0 C 100 2E 4D
Octal 271 253 340 21 30 0 14 400 56 115
Binary 10111001 10101011 11100000 10001 11000 0 1100 100000000 101110 1001101

Color Harmonies of #B9ABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABE0

Black with #B9ABE0

Text Example


Text Example

White with #B9ABE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABE0; }

 p { color: rgb(185,171,224); }

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

background-color css

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

 a { background-color: rgb(185,171,224); }

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

border-color css

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

 span { border-color: rgb(185,171,224); }

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