Html Css Color HEX #B7AFC6 Moon Raker

📋 copy color: '#B7AFC6'

red 183 ◦ green 175 ◦ blue 198

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

Shades of Moon Raker #B7AFC6

Tints of Moon Raker #B7AFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.61%

R = 32.91%
G = 31.47%
B = 35.61%

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

#B7AFC6 (or 0xB7AFC6) is known color: Moon Raker. HEX triplet: B7, AF and C6. RGB value is (183,175,198). Sum of RGB (Red+Green+Blue) = 183+175+198=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 198 - color contains mainly: blue. Hex color #B7AFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFC6 is #485039. Grayscale: #B3B3B3. Windows color (decimal): -4739130 or 13021111. OLE color: 13021111.

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

Color convert

RGB 183 175 198 -
CMYK 0.08 0.12 0 0.22
HSL 260.87º 0.17% 0.73% -
HSV(B) 260.87º 0.12% 0.78% -
XYZ 45.05 44.8 59.7 -
YUV 180.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 183 175 198 0.08 0.12 0 0.22 260.87 0.17 0.73
Hex B7 AF C6 8 C 0 16 105 11 49
Octal 267 257 306 10 14 0 26 405 21 111
Binary 10110111 10101111 11000110 1000 1100 0 10110 100000101 10001 1001001

Color Harmonies of #B7AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AFC6

Black with #B7AFC6

Text Example


Text Example

White with #B7AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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