#B2AEFE

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

Shades of Perano #B2AEFE

Tints of Perano #B2AEFE

Color information

#B2AEFE (or 0xB2AEFE) is unknown color: approx Perano. HEX triplet: B2, AE and FE. RGB value is (178,174,254). Sum of RGB (Red+Green+Blue) = 178+174+254=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2AEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEFE is #4D5101. Grayscale: #B8B8B8. Windows color (decimal): -5067010 or 16690866. OLE color: 16690866.

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

Color convert

RGB178174254-
CMYK0.300.3100.00
HSL243º97.56%83.92%-
HSV(B)243º31.5%99.61%-
XYZ51.3946.89100.11-
YUV184.32167.33123.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.37%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=29.37%
G=28.71%
B=41.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1781742540.300.3100.0024397.5683.92
HexB2AEFE1E1F00f36254
Octal262256376363700363142124
Binary1011001010101110111111101111011111001111001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEFE; }

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

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

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

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

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

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

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

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