#B6AEFA

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

Shades of Perano #B6AEFA

Tints of Perano #B6AEFA

Color information

#B6AEFA (or 0xB6AEFA) is unknown color: approx Perano. HEX triplet: B6, AE and FA. RGB value is (182,174,250). Sum of RGB (Red+Green+Blue) = 182+174+250=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #B6AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AEFA is #495105. Grayscale: #B8B8B8. Windows color (decimal): -4804870 or 16428726. OLE color: 16428726.

HSL color Cylindrical-coordinate representation of color #B6AEFA: hue angle of 246.32º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6AEFA is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182174250-
CMYK0.270.3000.02
HSL246.32º88.37%83.14%-
HSV(B)246.32º30.4%98.04%-
XYZ51.6847.1296.81-
YUV185.06164.65125.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.03%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=30.03%
G=28.71%
B=41.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821742500.270.3000.02246.3288.3783.14
HexB6AEFA1B1E02f65853
Octal266256372333602366130123
Binary10110110101011101111101011011111100101111011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEFA; }

 p { color: rgb(182,174,250); }

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

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

 a { background-color: rgb(182,174,250); }

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

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

 span { border-color: rgb(182,174,250); }

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