Html Css Color HEX #B8AFD2 Moon Raker

📋 copy color: '#B8AFD2'

red 184 ◦ green 175 ◦ blue 210

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

Shades of Moon Raker #B8AFD2

Tints of Moon Raker #B8AFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.91%

R = 32.34%
G = 30.76%
B = 36.91%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B8AFD2 (or 0xB8AFD2) is known color: Moon Raker. HEX triplet: B8, AF and D2. RGB value is (184,175,210). Sum of RGB (Red+Green+Blue) = 184+175+210=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 210 - color contains mainly: blue. Hex color #B8AFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFD2 is #47502D. Grayscale: #B5B5B5. Windows color (decimal): -4673582 or 13807544. OLE color: 13807544.

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

Color convert

RGB 184 175 210 -
CMYK 0.12 0.17 0 0.18
HSL 255.43º 0.28% 0.75% -
HSV(B) 255.43º 0.17% 0.82% -
XYZ 46.73 45.5 67.29 -
YUV 181.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 184 175 210 0.12 0.17 0 0.18 255.43 0.28 0.75
Hex B8 AF D2 C 11 0 12 FF 1C 4B
Octal 270 257 322 14 21 0 22 377 34 113
Binary 10111000 10101111 11010010 1100 10001 0 10010 11111111 11100 1001011

Color Harmonies of #B8AFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AFD2

Black with #B8AFD2

Text Example


Text Example

White with #B8AFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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