Html Css Color HEX #B9AFC9 Moon Raker

📋 copy color: '#B9AFC9'

red 185 ◦ green 175 ◦ blue 201

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

Shades of Moon Raker #B9AFC9

Tints of Moon Raker #B9AFC9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.19%

 BLUE value IS 201 (78.91% from 255) = 35.83%

R = 32.98%
G = 31.19%
B = 35.83%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B9AFC9 (or 0xB9AFC9) is known color: Moon Raker. HEX triplet: B9, AF and C9. RGB value is (185,175,201). Sum of RGB (Red+Green+Blue) = 185+175+201=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #B9AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFC9 is #465036. Grayscale: #B4B4B4. Windows color (decimal): -4608055 or 13217721. OLE color: 13217721.

HSL color Cylindrical-coordinate representation of color #B9AFC9: hue angle of 263.08º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9AFC9 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 175 201 -
CMYK 0.08 0.13 0 0.21
HSL 263.08º 0.19% 0.74% -
HSV(B) 263.08º 0.13% 0.79% -
XYZ 45.88 45.19 61.56 -
YUV 180.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 185 175 201 0.08 0.13 0 0.21 263.08 0.19 0.74
Hex B9 AF C9 8 D 0 15 107 13 4A
Octal 271 257 311 10 15 0 25 407 23 112
Binary 10111001 10101111 11001001 1000 1101 0 10101 100000111 10011 1001010

Color Harmonies of #B9AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFC9

Black with #B9AFC9

Text Example


Text Example

White with #B9AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFC9; }

 p { color: rgb(185,175,201); }

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

background-color css

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

 a { background-color: rgb(185,175,201); }

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

border-color css

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

 span { border-color: rgb(185,175,201); }

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