#B0AFFD

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

Shades of Perano #B0AFFD

Tints of Perano #B0AFFD

Color information

#B0AFFD (or 0xB0AFFD) is unknown color: approx Perano. HEX triplet: B0, AF and FD. RGB value is (176,175,253). Sum of RGB (Red+Green+Blue) = 176+175+253=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0AFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AFFD is #4F5002. Grayscale: #B7B7B7. Windows color (decimal): -5197827 or 16625584. OLE color: 16625584.

HSL color Cylindrical-coordinate representation of color #B0AFFD: hue angle of 240.77º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0AFFD is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176175253-
CMYK0.300.3100.01
HSL240.77º95.12%83.92%-
HSV(B)240.77º30.83%99.22%-
XYZ50.9646.9899.31-
YUV184.19166.83122.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.14%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=29.14%
G=28.97%
B=41.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761752530.300.3100.01240.7795.1283.92
HexB0AFFD1E1F01f15f54
Octal260257375363701361137124
Binary1011000010101111111111011111011111011111000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFFD; }

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

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

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

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

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

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

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

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