#B2AEED

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

Shades of Perano #B2AEED

Tints of Perano #B2AEED

Color information

#B2AEED (or 0xB2AEED) is unknown color: approx Perano. HEX triplet: B2, AE and ED. RGB value is (178,174,237). Sum of RGB (Red+Green+Blue) = 178+174+237=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2AEED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEED is #4D5112. Grayscale: #B6B6B6. Windows color (decimal): -5067027 or 15576754. OLE color: 15576754.

HSL color Cylindrical-coordinate representation of color #B2AEED: hue angle of 243.81º degrees, saturation: 0.64, 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 #B2AEED is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178174237-
CMYK0.250.2700.07
HSL243.81º63.64%80.59%-
HSV(B)243.81º26.58%92.94%-
XYZ48.7845.8586.4-
YUV182.38158.83124.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.22%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=30.22%
G=29.54%
B=40.24%

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
Decimal1781742370.250.2700.07243.8163.6480.59
HexB2AEED191B07f44051
Octal262256355313307364100121
Binary101100101010111011101101110011101101111111010010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEED; }

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

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

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

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

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

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

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

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