#B7AECF

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

Shades of Moon Raker #B7AECF

Tints of Moon Raker #B7AECF

Color information

#B7AECF (or 0xB7AECF) is unknown color: approx Moon Raker. HEX triplet: B7, AE and CF. RGB value is (183,174,207). Sum of RGB (Red+Green+Blue) = 183+174+207=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AECF is #485130. Grayscale: #B4B4B4. Windows color (decimal): -4739377 or 13610679. OLE color: 13610679.

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

Color convert

RGB183174207-
CMYK0.120.1600.19
HSL256.36º25.58%74.71%-
HSV(B)256.36º15.94%81.18%-
XYZ45.9344.8465.27-
YUV180.45142.98129.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.45%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 207 (81.25% from 255) = 36.70%
R=32.45%
G=30.85%
B=36.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831742070.120.1600.19256.3625.5874.71
HexB7AECFC100131001a4b
Octal267256317142002340032113
Binary101101111010111011001111110010000010011100000000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AECF; }

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

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

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

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

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

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

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

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