#B7AECC

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

Shades of Moon Raker #B7AECC

Tints of Moon Raker #B7AECC

Color information

#B7AECC (or 0xB7AECC) is unknown color: approx Moon Raker. HEX triplet: B7, AE and CC. RGB value is (183,174,204). Sum of RGB (Red+Green+Blue) = 183+174+204=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AECC is #485133. Grayscale: #B4B4B4. Windows color (decimal): -4739380 or 13414071. OLE color: 13414071.

HSL color Cylindrical-coordinate representation of color #B7AECC: hue angle of 258º 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 #B7AECC is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB183174204-
CMYK0.100.1500.2
HSL258º22.73%74.12%-
HSV(B)258º14.71%80%-
XYZ45.5644.763.35-
YUV180.11141.48130.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.62%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=32.62%
G=31.02%
B=36.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831742040.100.1500.225822.7374.12
HexB7AECCAF014102174a
Octal267256314121702440227112
Binary10110111101011101100110010101111010100100000010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AECC; }

 p { color: rgb(183,174,204); }

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

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

 a { background-color: rgb(183,174,204); }

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

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

 span { border-color: rgb(183,174,204); }

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