Html Css Color HEX #B8AFD1 Moon Raker

📋 copy color: '#B8AFD1'

red 184 ◦ green 175 ◦ blue 209

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

Shades of Moon Raker #B8AFD1

Tints of Moon Raker #B8AFD1

RGB

 RED value IS 184 (72.27% from 255) = 32.39%

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

 BLUE value IS 209 (82.03% from 255) = 36.8%

R = 32.39%
G = 30.81%
B = 36.8%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B8AFD1 (or 0xB8AFD1) is known color: Moon Raker. HEX triplet: B8, AF and D1. RGB value is (184,175,209). Sum of RGB (Red+Green+Blue) = 184+175+209=568 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.39% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #B8AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFD1 is #47502E. Grayscale: #B5B5B5. Windows color (decimal): -4673583 or 13742008. OLE color: 13742008.

HSL color Cylindrical-coordinate representation of color #B8AFD1: hue angle of 255.88º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8AFD1 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 175 209 -
CMYK 0.12 0.16 0 0.18
HSL 255.88º 0.27% 0.75% -
HSV(B) 255.88º 0.16% 0.82% -
XYZ 46.61 45.45 66.64 -
YUV 181.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 184 175 209 0.12 0.16 0 0.18 255.88 0.27 0.75
Hex B8 AF D1 C 10 0 12 100 1B 4B
Octal 270 257 321 14 20 0 22 400 33 113
Binary 10111000 10101111 11010001 1100 10000 0 10010 100000000 11011 1001011

Color Harmonies of #B8AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AFD1

Black with #B8AFD1

Text Example


Text Example

White with #B8AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AFD1; }

 p { color: rgb(184,175,209); }

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

background-color css

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

 a { background-color: rgb(184,175,209); }

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

border-color css

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

 span { border-color: rgb(184,175,209); }

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