#B2AEFF

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

Shades of Perano #B2AEFF

Tints of Perano #B2AEFF

Color information

#B2AEFF (or 0xB2AEFF) is unknown color: approx Perano. HEX triplet: B2, AE and FF. RGB value is (178,174,255). Sum of RGB (Red+Green+Blue) = 178+174+255=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEFF is #4D5100. Grayscale: #B8B8B8. Windows color (decimal): -5067009 or 16756402. OLE color: 16756402.

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

Color convert

RGB178174255-
CMYK0.300.3200
HSL242.96º100%84.12%-
HSV(B)242.96º31.76%100%-
XYZ51.5546.96100.95-
YUV184.43167.83123.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.32%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 255 (100% from 255) = 42.01%
R=29.32%
G=28.67%
B=42.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781742550.300.3200242.9610084.12
HexB2AEFF1E2000f36454
Octal262256377364000363144124
Binary10110010101011101111111111110100000001111001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEFF; }

 p { color: rgb(178,174,255); }

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

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

 a { background-color: rgb(178,174,255); }

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

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

 span { border-color: rgb(178,174,255); }

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