#B2AEEE

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

Shades of Perano #B2AEEE

Tints of Perano #B2AEEE

Color information

#B2AEEE (or 0xB2AEEE) is unknown color: approx Perano. HEX triplet: B2, AE and EE. RGB value is (178,174,238). Sum of RGB (Red+Green+Blue) = 178+174+238=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2AEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEEE is #4D5111. Grayscale: #B6B6B6. Windows color (decimal): -5067026 or 15642290. OLE color: 15642290.

HSL color Cylindrical-coordinate representation of color #B2AEEE: hue angle of 243.75º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2AEEE is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178174238-
CMYK0.250.2700.07
HSL243.75º65.31%80.78%-
HSV(B)243.75º26.89%93.33%-
XYZ48.9345.9187.17-
YUV182.49159.33124.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.17%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=30.17%
G=29.49%
B=40.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781742380.250.2700.07243.7565.3180.78
HexB2AEEE191B07f44151
Octal262256356313307364101121
Binary101100101010111011101110110011101101111111010010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEEE; }

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

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

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

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

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

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

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

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