#B0AFF3

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

Shades of Perano #B0AFF3

Tints of Perano #B0AFF3

Color information

#B0AFF3 (or 0xB0AFF3) is unknown color: approx Perano. HEX triplet: B0, AF and F3. RGB value is (176,175,243). Sum of RGB (Red+Green+Blue) = 176+175+243=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0AFF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AFF3 is #4F500C. Grayscale: #B6B6B6. Windows color (decimal): -5197837 or 15970224. OLE color: 15970224.

HSL color Cylindrical-coordinate representation of color #B0AFF3: hue angle of 240.88º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0AFF3 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176175243-
CMYK0.280.2800.05
HSL240.88º73.91%81.96%-
HSV(B)240.88º27.98%95.29%-
XYZ49.4146.3691.14-
YUV183.05161.83122.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.63%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 243 (95.31% from 255) = 40.91%
R=29.63%
G=29.46%
B=40.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761752430.280.2800.05240.8873.9181.96
HexB0AFF31C1C05f14a52
Octal260257363343405361112122
Binary101100001010111111110011111001110001011111000110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFF3; }

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

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

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

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

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

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

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

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