#B0AEFF

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

Shades of Perano #B0AEFF

Tints of Perano #B0AEFF

Color information

#B0AEFF (or 0xB0AEFF) is unknown color: approx Perano. HEX triplet: B0, AE and FF. RGB value is (176,174,255). Sum of RGB (Red+Green+Blue) = 176+174+255=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AEFF is #4F5100. Grayscale: #B7B7B7. Windows color (decimal): -5198081 or 16756400. OLE color: 16756400.

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

Color convert

RGB176174255-
CMYK0.310.3200
HSL241.48º100%84.12%-
HSV(B)241.48º31.76%100%-
XYZ51.0946.72100.93-
YUV183.83168.16122.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 255 (100% from 255) = 42.15%
R=29.09%
G=28.76%
B=42.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761742550.310.3200241.4810084.12
HexB0AEFF1F2000f16454
Octal260256377374000361144124
Binary10110000101011101111111111111100000001111000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEFF; }

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

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

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

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

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

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

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

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