Html Css Color HEX #B8AFD0 Moon Raker

📋 copy color: '#B8AFD0'

red 184 ◦ green 175 ◦ blue 208

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

Shades of Moon Raker #B8AFD0

Tints of Moon Raker #B8AFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.68%

R = 32.45%
G = 30.86%
B = 36.68%

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

#B8AFD0 (or 0xB8AFD0) is known color: Moon Raker. HEX triplet: B8, AF and D0. RGB value is (184,175,208). Sum of RGB (Red+Green+Blue) = 184+175+208=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #B8AFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFD0 is #47502F. Grayscale: #B5B5B5. Windows color (decimal): -4673584 or 13676472. OLE color: 13676472.

HSL color Cylindrical-coordinate representation of color #B8AFD0: hue angle of 256.36º degrees, saturation: 0.26, 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 #B8AFD0 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 175 208 -
CMYK 0.12 0.16 0 0.18
HSL 256.36º 0.26% 0.75% -
HSV(B) 256.36º 0.16% 0.82% -
XYZ 46.48 45.4 65.99 -
YUV 181.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 184 175 208 0.12 0.16 0 0.18 256.36 0.26 0.75
Hex B8 AF D0 C 10 0 12 100 1A 4B
Octal 270 257 320 14 20 0 22 400 32 113
Binary 10111000 10101111 11010000 1100 10000 0 10010 100000000 11010 1001011

Color Harmonies of #B8AFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AFD0

Black with #B8AFD0

Text Example


Text Example

White with #B8AFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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