#B7AFCB

Color #B7AFCB Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #B7AFCB

Tints of Moon Raker #B7AFCB

Color information

#B7AFCB (or 0xB7AFCB) is unknown color: approx Moon Raker. HEX triplet: B7, AF and CB. RGB value is (183,175,203). Sum of RGB (Red+Green+Blue) = 183+175+203=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFCB is #485034. Grayscale: #B4B4B4. Windows color (decimal): -4739125 or 13348791. OLE color: 13348791.

HSL color Cylindrical-coordinate representation of color #B7AFCB: hue angle of 257.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7AFCB is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183175203-
CMYK0.100.1400.20
HSL257.14º21.21%74.12%-
HSV(B)257.14º13.79%79.61%-
XYZ45.6445.0462.79-
YUV180.58140.65129.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.62%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=32.62%
G=31.19%
B=36.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831752030.100.1400.20257.1421.2174.12
HexB7AFCBAE014101154a
Octal267257313121602440125112
Binary10110111101011111100101110101110010100100000001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFCB; }

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

 H1.HeaderClassName
 {
   color: #B7AFCB;
 }
 .AnyTagClassName
 {
   color: #B7AFCB;
 }
</style>
background-color css

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

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

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

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

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

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