Html Css Color HEX #B9AFCC Moon Raker

📋 copy color: '#B9AFCC'

red 185 ◦ green 175 ◦ blue 204

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

Shades of Moon Raker #B9AFCC

Tints of Moon Raker #B9AFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.17%

R = 32.8%
G = 31.03%
B = 36.17%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B9AFCC (or 0xB9AFCC) is known color: Moon Raker. HEX triplet: B9, AF and CC. RGB value is (185,175,204). Sum of RGB (Red+Green+Blue) = 185+175+204=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFCC is #465033. Grayscale: #B5B5B5. Windows color (decimal): -4608052 or 13414329. OLE color: 13414329.

HSL color Cylindrical-coordinate representation of color #B9AFCC: hue angle of 260.69º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9AFCC is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 175 204 -
CMYK 0.09 0.14 0 0.2
HSL 260.69º 0.22% 0.74% -
HSV(B) 260.69º 0.14% 0.8% -
XYZ 46.24 45.33 63.44 -
YUV 181.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 185 175 204 0.09 0.14 0 0.2 260.69 0.22 0.74
Hex B9 AF CC 9 E 0 14 105 16 4A
Octal 271 257 314 11 16 0 24 405 26 112
Binary 10111001 10101111 11001100 1001 1110 0 10100 100000101 10110 1001010

Color Harmonies of #B9AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFCC

Black with #B9AFCC

Text Example


Text Example

White with #B9AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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