#B5ACCD

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

Shades of Moon Raker #B5ACCD

Tints of Moon Raker #B5ACCD

Color information

#B5ACCD (or 0xB5ACCD) is unknown color: approx Moon Raker. HEX triplet: B5, AC and CD. RGB value is (181,172,205). Sum of RGB (Red+Green+Blue) = 181+172+205=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACCD is #4A5332. Grayscale: #B2B2B2. Windows color (decimal): -4870963 or 13479093. OLE color: 13479093.

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

Color convert

RGB181172205-
CMYK0.120.1600.20
HSL256.36º24.81%73.92%-
HSV(B)256.36º16.1%80.39%-
XYZ44.8343.7463.84-
YUV178.45142.98129.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.44%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=32.44%
G=30.82%
B=36.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811722050.120.1600.20256.3624.8173.92
HexB5ACCDC10014100194a
Octal265254315142002440031112
Binary101101011010110011001101110010000010100100000000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACCD; }

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

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

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

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

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

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

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

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