#B0A7E0

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

Shades of Wistful #B0A7E0

Tints of Wistful #B0A7E0

Color information

#B0A7E0 (or 0xB0A7E0) is unknown color: approx Wistful. HEX triplet: B0, A7 and E0. RGB value is (176,167,224). Sum of RGB (Red+Green+Blue) = 176+167+224=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #B0A7E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A7E0 is #4F581F. Grayscale: #AFAFAF. Windows color (decimal): -5199904 or 14722992. OLE color: 14722992.

HSL color Cylindrical-coordinate representation of color #B0A7E0: hue angle of 249.47º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0A7E0 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB176167224-
CMYK0.210.2500.12
HSL249.47º47.9%76.67%-
HSV(B)249.47º25.45%87.84%-
XYZ45.1842.2576.29-
YUV176.19154.98127.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.04%
GREEN value IS 167 (65.62% from 255) = 29.45%
BLUE value IS 224 (87.89% from 255) = 39.51%
R=31.04%
G=29.45%
B=39.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1761672240.210.2500.12249.4747.976.67
HexB0A7E015190Cf9304d
Octal260247340253101437160115
Binary101100001010011111100000101011100101100111110011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A7E0; }

 p { color: rgb(176,167,224); }

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

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

 a { background-color: rgb(176,167,224); }

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

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

 span { border-color: rgb(176,167,224); }

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