#B6AEFD

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

Shades of Perano #B6AEFD

Tints of Perano #B6AEFD

Color information

#B6AEFD (or 0xB6AEFD) is unknown color: approx Perano. HEX triplet: B6, AE and FD. RGB value is (182,174,253). Sum of RGB (Red+Green+Blue) = 182+174+253=609 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.89% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #B6AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AEFD is #495102. Grayscale: #B9B9B9. Windows color (decimal): -4804867 or 16625334. OLE color: 16625334.

HSL color Cylindrical-coordinate representation of color #B6AEFD: hue angle of 246.08º degrees, saturation: 0.95, 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 #B6AEFD is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182174253-
CMYK0.280.3100.01
HSL246.08º95.18%83.73%-
HSV(B)246.08º31.23%99.22%-
XYZ52.1647.3199.31-
YUV185.4166.15125.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.89%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=29.89%
G=28.57%
B=41.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821742530.280.3100.01246.0895.1883.73
HexB6AEFD1C1F01f65f54
Octal266256375343701366137124
Binary1011011010101110111111011110011111011111011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEFD; }

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

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

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

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

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

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

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

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