#B0AFFE

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

Shades of Perano #B0AFFE

Tints of Perano #B0AFFE

Color information

#B0AFFE (or 0xB0AFFE) is unknown color: approx Perano. HEX triplet: B0, AF and FE. RGB value is (176,175,254). Sum of RGB (Red+Green+Blue) = 176+175+254=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0AFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AFFE is #4F5001. Grayscale: #B7B7B7. Windows color (decimal): -5197826 or 16691120. OLE color: 16691120.

HSL color Cylindrical-coordinate representation of color #B0AFFE: hue angle of 240.76º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0AFFE is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176175254-
CMYK0.310.3100.00
HSL240.76º97.53%84.12%-
HSV(B)240.76º31.1%99.61%-
XYZ51.1247.05100.15-
YUV184.3167.33122.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 175 (68.75% from 255) = 28.93%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=29.09%
G=28.93%
B=41.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761752540.310.3100.00240.7697.5384.12
HexB0AFFE1F1F00f16254
Octal260257376373700361142124
Binary1011000010101111111111101111111111001111000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFFE; }

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

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

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

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

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

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

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

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