#B0AEFB

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

Shades of Perano #B0AEFB

Tints of Perano #B0AEFB

Color information

#B0AEFB (or 0xB0AEFB) is unknown color: approx Perano. HEX triplet: B0, AE and FB. RGB value is (176,174,251). Sum of RGB (Red+Green+Blue) = 176+174+251=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0AEFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AEFB is #4F5104. Grayscale: #B7B7B7. Windows color (decimal): -5198085 or 16494256. OLE color: 16494256.

HSL color Cylindrical-coordinate representation of color #B0AEFB: hue angle of 241.56º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0AEFB is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176174251-
CMYK0.300.3100.02
HSL241.56º90.59%83.33%-
HSV(B)241.56º30.68%98.43%-
XYZ50.4546.4797.58-
YUV183.38166.16122.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.28%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=29.28%
G=28.95%
B=41.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761742510.300.3100.02241.5690.5983.33
HexB0AEFB1E1F02f25b53
Octal260256373363702362133123
Binary10110000101011101111101111110111110101111001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEFB; }

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

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

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

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

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

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

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

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