Html Css Color HEX #B7AFC8 Moon Raker

📋 copy color: '#B7AFC8'

red 183 ◦ green 175 ◦ blue 200

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

Shades of Moon Raker #B7AFC8

Tints of Moon Raker #B7AFC8

RGB

 RED value IS 183 (71.88% from 255) = 32.8%

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

 BLUE value IS 200 (78.52% from 255) = 35.84%

R = 32.8%
G = 31.36%
B = 35.84%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B7AFC8 (or 0xB7AFC8) is known color: Moon Raker. HEX triplet: B7, AF and C8. RGB value is (183,175,200). Sum of RGB (Red+Green+Blue) = 183+175+200=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 200 - color contains mainly: blue. Hex color #B7AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFC8 is #485037. Grayscale: #B4B4B4. Windows color (decimal): -4739128 or 13152183. OLE color: 13152183.

HSL color Cylindrical-coordinate representation of color #B7AFC8: hue angle of 259.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7AFC8 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 175 200 -
CMYK 0.08 0.12 0 0.22
HSL 259.2º 0.19% 0.74% -
HSV(B) 259.2º 0.13% 0.78% -
XYZ 45.28 44.9 60.92 -
YUV 180.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 183 175 200 0.08 0.12 0 0.22 259.2 0.19 0.74
Hex B7 AF C8 8 C 0 16 103 13 4A
Octal 267 257 310 10 14 0 26 403 23 112
Binary 10110111 10101111 11001000 1000 1100 0 10110 100000011 10011 1001010

Color Harmonies of #B7AFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AFC8

Black with #B7AFC8

Text Example


Text Example

White with #B7AFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AFC8; }

 p { color: rgb(183,175,200); }

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

background-color css

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

 a { background-color: rgb(183,175,200); }

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

border-color css

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

 span { border-color: rgb(183,175,200); }

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