Html Css Color HEX #B9ABDA Moon Raker

📋 copy color: '#B9ABDA'

red 185 ◦ green 171 ◦ blue 218

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

Shades of Moon Raker #B9ABDA

Tints of Moon Raker #B9ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.98%

R = 32.23%
G = 29.79%
B = 37.98%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B9ABDA (or 0xB9ABDA) is known color: Moon Raker. HEX triplet: B9, AB and DA. RGB value is (185,171,218). Sum of RGB (Red+Green+Blue) = 185+171+218=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABDA is #465425. Grayscale: #B4B4B4. Windows color (decimal): -4609062 or 14330809. OLE color: 14330809.

HSL color Cylindrical-coordinate representation of color #B9ABDA: hue angle of 257.87º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ABDA is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 171 218 -
CMYK 0.15 0.22 0 0.15
HSL 257.87º 0.39% 0.76% -
HSV(B) 257.87º 0.22% 0.85% -
XYZ 47.23 44.5 72.43 -
YUV 180.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 185 171 218 0.15 0.22 0 0.15 257.87 0.39 0.76
Hex B9 AB DA F 16 0 F 102 27 4C
Octal 271 253 332 17 26 0 17 402 47 114
Binary 10111001 10101011 11011010 1111 10110 0 1111 100000010 100111 1001100

Color Harmonies of #B9ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABDA

Black with #B9ABDA

Text Example


Text Example

White with #B9ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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