#B6AEFC

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

Shades of Perano #B6AEFC

Tints of Perano #B6AEFC

Color information

#B6AEFC (or 0xB6AEFC) is unknown color: approx Perano. HEX triplet: B6, AE and FC. RGB value is (182,174,252). Sum of RGB (Red+Green+Blue) = 182+174+252=608 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.93% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #B6AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AEFC is #495103. Grayscale: #B8B8B8. Windows color (decimal): -4804868 or 16559798. OLE color: 16559798.

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

Color convert

RGB182174252-
CMYK0.280.3100.01
HSL246.15º92.86%83.53%-
HSV(B)246.15º30.95%98.82%-
XYZ5247.2598.47-
YUV185.28165.65125.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.93%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 252 (98.83% from 255) = 41.45%
R=29.93%
G=28.62%
B=41.45%

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
Decimal1821742520.280.3100.01246.1592.8683.53
HexB6AEFC1C1F01f65d54
Octal266256374343701366135124
Binary1011011010101110111111001110011111011111011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEFC; }

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

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

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

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

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

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

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

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