Html Css Color HEX #B9AFDA Moon Raker

📋 copy color: '#B9AFDA'

red 185 ◦ green 175 ◦ blue 218

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

Shades of Moon Raker #B9AFDA

Tints of Moon Raker #B9AFDA

RGB

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

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

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

R = 32.01%
G = 30.28%
B = 37.72%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B9AFDA (or 0xB9AFDA) is known color: Moon Raker. HEX triplet: B9, AF and DA. RGB value is (185,175,218). Sum of RGB (Red+Green+Blue) = 185+175+218=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFDA is #465025. Grayscale: #B6B6B6. Windows color (decimal): -4608038 or 14331833. OLE color: 14331833.

HSL color Cylindrical-coordinate representation of color #B9AFDA: hue angle of 253.95º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9AFDA is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 175 218 -
CMYK 0.15 0.20 0 0.15
HSL 253.95º 0.37% 0.77% -
HSV(B) 253.95º 0.2% 0.85% -
XYZ 47.99 46.04 72.69 -
YUV 182.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 185 175 218 0.15 0.20 0 0.15 253.95 0.37 0.77
Hex B9 AF DA F 14 0 F FE 25 4D
Octal 271 257 332 17 24 0 17 376 45 115
Binary 10111001 10101111 11011010 1111 10100 0 1111 11111110 100101 1001101

Color Harmonies of #B9AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFDA

Black with #B9AFDA

Text Example


Text Example

White with #B9AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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