#B0AFE5

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

Shades of Perano #B0AFE5

Tints of Perano #B0AFE5

Color information

#B0AFE5 (or 0xB0AFE5) is unknown color: approx Perano. HEX triplet: B0, AF and E5. RGB value is (176,175,229). Sum of RGB (Red+Green+Blue) = 176+175+229=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #B0AFE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFE5 is #4F501A. Grayscale: #B5B5B5. Windows color (decimal): -5197851 or 15052720. OLE color: 15052720.

HSL color Cylindrical-coordinate representation of color #B0AFE5: hue angle of 241.11º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0AFE5 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB176175229-
CMYK0.230.2400.10
HSL241.11º50.94%79.22%-
HSV(B)241.11º23.58%89.8%-
XYZ47.3845.5580.42-
YUV181.46154.83124.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.34%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 229 (89.84% from 255) = 39.48%
R=30.34%
G=30.17%
B=39.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1761752290.230.2400.10241.1150.9479.22
HexB0AFE517180Af1334f
Octal260257345273001236163117
Binary101100001010111111100101101111100001010111100011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFE5; }

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

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

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

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

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

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

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

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