#B0AFF5

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

Shades of Perano #B0AFF5

Tints of Perano #B0AFF5

Color information

#B0AFF5 (or 0xB0AFF5) is unknown color: approx Perano. HEX triplet: B0, AF and F5. RGB value is (176,175,245). Sum of RGB (Red+Green+Blue) = 176+175+245=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 245 - color contains mainly: blue. Hex color #B0AFF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AFF5 is #4F500A. Grayscale: #B7B7B7. Windows color (decimal): -5197835 or 16101296. OLE color: 16101296.

HSL color Cylindrical-coordinate representation of color #B0AFF5: hue angle of 240.86º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0AFF5 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB176175245-
CMYK0.280.2900.04
HSL240.86º77.78%82.35%-
HSV(B)240.86º28.57%96.08%-
XYZ49.7246.4892.74-
YUV183.28162.83122.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.53%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 245 (96.09% from 255) = 41.11%
R=29.53%
G=29.36%
B=41.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1761752450.280.2900.04240.8677.7882.35
HexB0AFF51C1D04f14e52
Octal260257365343504361116122
Binary101100001010111111110101111001110101001111000110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFF5; }

 p { color: rgb(176,175,245); }

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

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

 a { background-color: rgb(176,175,245); }

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

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

 span { border-color: rgb(176,175,245); }

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