#B0AFF6

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

Shades of Perano #B0AFF6

Tints of Perano #B0AFF6

Color information

#B0AFF6 (or 0xB0AFF6) is unknown color: approx Perano. HEX triplet: B0, AF and F6. RGB value is (176,175,246). Sum of RGB (Red+Green+Blue) = 176+175+246=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 246 (96.48% from 255 or 41.21% from 597); Max value from RGB is 246 - color contains mainly: blue. Hex color #B0AFF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AFF6 is #4F5009. Grayscale: #B7B7B7. Windows color (decimal): -5197834 or 16166832. OLE color: 16166832.

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

Color convert

RGB176175246-
CMYK0.280.2900.04
HSL240.85º79.78%82.55%-
HSV(B)240.85º28.86%96.47%-
XYZ49.8746.5493.54-
YUV183.39163.33122.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.48%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 246 (96.48% from 255) = 41.21%
R=29.48%
G=29.31%
B=41.21%

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
Decimal1761752460.280.2900.04240.8579.7882.55
HexB0AFF61C1D04f15053
Octal260257366343504361120123
Binary101100001010111111110110111001110101001111000110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFF6; }

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

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

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

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

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

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

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

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