#B6AEFE

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

Shades of Perano #B6AEFE

Tints of Perano #B6AEFE

Color information

#B6AEFE (or 0xB6AEFE) is unknown color: approx Perano. HEX triplet: B6, AE and FE. RGB value is (182,174,254). Sum of RGB (Red+Green+Blue) = 182+174+254=610 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.84% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AEFE is #495101. Grayscale: #B9B9B9. Windows color (decimal): -4804866 or 16690870. OLE color: 16690870.

HSL color Cylindrical-coordinate representation of color #B6AEFE: hue angle of 246º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B6AEFE is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182174254-
CMYK0.280.3100.00
HSL246º97.56%83.92%-
HSV(B)246º31.5%99.61%-
XYZ52.3247.37100.15-
YUV185.51166.65125.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.84%
GREEN value IS 174 (68.36% from 255) = 28.52%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=29.84%
G=28.52%
B=41.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821742540.280.3100.0024697.5683.92
HexB6AEFE1C1F00f66254
Octal266256376343700366142124
Binary1011011010101110111111101110011111001111011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEFE; }

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

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

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

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

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

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

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

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