#B7AEFC

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

Shades of Melrose #B7AEFC

Tints of Melrose #B7AEFC

Color information

#B7AEFC (or 0xB7AEFC) is unknown color: approx Melrose. HEX triplet: B7, AE and FC. RGB value is (183,174,252). Sum of RGB (Red+Green+Blue) = 183+174+252=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #B7AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AEFC is #485103. Grayscale: #B9B9B9. Windows color (decimal): -4739332 or 16559799. OLE color: 16559799.

HSL color Cylindrical-coordinate representation of color #B7AEFC: hue angle of 246.92º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7AEFC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB183174252-
CMYK0.270.3100.01
HSL246.92º92.86%83.53%-
HSV(B)246.92º30.95%98.82%-
XYZ52.2447.3798.49-
YUV185.58165.48126.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.05%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=30.05%
G=28.57%
B=41.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1831742520.270.3100.01246.9292.8683.53
HexB7AEFC1B1F01f75d54
Octal267256374333701367135124
Binary1011011110101110111111001101111111011111011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEFC; }

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

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

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

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

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

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

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

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