#B5ACCB

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

Shades of Moon Raker #B5ACCB

Tints of Moon Raker #B5ACCB

Color information

#B5ACCB (or 0xB5ACCB) is unknown color: approx Moon Raker. HEX triplet: B5, AC and CB. RGB value is (181,172,203). Sum of RGB (Red+Green+Blue) = 181+172+203=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACCB is #4A5334. Grayscale: #B2B2B2. Windows color (decimal): -4870965 or 13348021. OLE color: 13348021.

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

Color convert

RGB181172203-
CMYK0.110.1500.20
HSL257.42º22.96%73.53%-
HSV(B)257.42º15.27%79.61%-
XYZ44.5943.6462.57-
YUV178.22141.98129.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.55%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=32.55%
G=30.94%
B=36.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811722030.110.1500.20257.4222.9673.53
HexB5ACCBBF014101174a
Octal265254313131702440127112
Binary10110101101011001100101110111111010100100000001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACCB; }

 p { color: rgb(181,172,203); }

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

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

 a { background-color: rgb(181,172,203); }

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

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

 span { border-color: rgb(181,172,203); }

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