Html Css Color HEX #B9ABCF Moon Raker

📋 copy color: '#B9ABCF'

red 185 ◦ green 171 ◦ blue 207

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

Shades of Moon Raker #B9ABCF

Tints of Moon Raker #B9ABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.77%

R = 32.86%
G = 30.37%
B = 36.77%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9ABCF (or 0xB9ABCF) is known color: Moon Raker. HEX triplet: B9, AB and CF. RGB value is (185,171,207). Sum of RGB (Red+Green+Blue) = 185+171+207=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABCF is #465430. Grayscale: #B3B3B3. Windows color (decimal): -4609073 or 13609913. OLE color: 13609913.

HSL color Cylindrical-coordinate representation of color #B9ABCF: hue angle of 263.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9ABCF is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 171 207 -
CMYK 0.11 0.17 0 0.19
HSL 263.33º 0.27% 0.74% -
HSV(B) 263.33º 0.17% 0.81% -
XYZ 45.83 43.95 65.1 -
YUV 179.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 185 171 207 0.11 0.17 0 0.19 263.33 0.27 0.74
Hex B9 AB CF B 11 0 13 107 1B 4A
Octal 271 253 317 13 21 0 23 407 33 112
Binary 10111001 10101011 11001111 1011 10001 0 10011 100000111 11011 1001010

Color Harmonies of #B9ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABCF

Black with #B9ABCF

Text Example


Text Example

White with #B9ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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