Html Css Color HEX #B9AFD5 Moon Raker

📋 copy color: '#B9AFD5'

red 185 ◦ green 175 ◦ blue 213

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

Shades of Moon Raker #B9AFD5

Tints of Moon Raker #B9AFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.17%

R = 32.29%
G = 30.54%
B = 37.17%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B9AFD5 (or 0xB9AFD5) is known color: Moon Raker. HEX triplet: B9, AF and D5. RGB value is (185,175,213). Sum of RGB (Red+Green+Blue) = 185+175+213=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 213 - color contains mainly: blue. Hex color #B9AFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFD5 is #46502A. Grayscale: #B6B6B6. Windows color (decimal): -4608043 or 14004153. OLE color: 14004153.

HSL color Cylindrical-coordinate representation of color #B9AFD5: hue angle of 255.79º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9AFD5 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 175 213 -
CMYK 0.13 0.18 0 0.16
HSL 255.79º 0.31% 0.76% -
HSV(B) 255.79º 0.18% 0.84% -
XYZ 47.35 45.78 69.29 -
YUV 182.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 185 175 213 0.13 0.18 0 0.16 255.79 0.31 0.76
Hex B9 AF D5 D 12 0 10 100 1F 4C
Octal 271 257 325 15 22 0 20 400 37 114
Binary 10111001 10101111 11010101 1101 10010 0 10000 100000000 11111 1001100

Color Harmonies of #B9AFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFD5

Black with #B9AFD5

Text Example


Text Example

White with #B9AFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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