#B7AECD

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

Shades of Moon Raker #B7AECD

Tints of Moon Raker #B7AECD

Color information

#B7AECD (or 0xB7AECD) is unknown color: approx Moon Raker. HEX triplet: B7, AE and CD. RGB value is (183,174,205). Sum of RGB (Red+Green+Blue) = 183+174+205=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AECD is #485132. Grayscale: #B4B4B4. Windows color (decimal): -4739379 or 13479607. OLE color: 13479607.

HSL color Cylindrical-coordinate representation of color #B7AECD: hue angle of 257.42º degrees, saturation: 0.24, 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 #B7AECD is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183174205-
CMYK0.110.1500.20
HSL257.42º23.66%74.31%-
HSV(B)257.42º15.12%80.39%-
XYZ45.6844.7563.99-
YUV180.22141.98129.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.56%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=32.56%
G=30.96%
B=36.48%

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
Decimal1831742050.110.1500.20257.4223.6674.31
HexB7AECDBF014101184a
Octal267256315131702440130112
Binary10110111101011101100110110111111010100100000001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AECD; }

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

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

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

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

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

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

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

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