#B2AEEF

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

Shades of Perano #B2AEEF

Tints of Perano #B2AEEF

Color information

#B2AEEF (or 0xB2AEEF) is unknown color: approx Perano. HEX triplet: B2, AE and EF. RGB value is (178,174,239). Sum of RGB (Red+Green+Blue) = 178+174+239=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2AEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEEF is #4D5110. Grayscale: #B6B6B6. Windows color (decimal): -5067025 or 15707826. OLE color: 15707826.

HSL color Cylindrical-coordinate representation of color #B2AEEF: hue angle of 243.69º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2AEEF is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178174239-
CMYK0.260.2700.06
HSL243.69º67.01%80.98%-
HSV(B)243.69º27.2%93.73%-
XYZ49.0845.9787.95-
YUV182.61159.83124.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.12%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=30.12%
G=29.44%
B=40.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781742390.260.2700.06243.6967.0180.98
HexB2AEEF1A1B06f44351
Octal262256357323306364103121
Binary101100101010111011101111110101101101101111010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEEF; }

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

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

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

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

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

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

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

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