#B0A8CE

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

Shades of Wistful #B0A8CE

Tints of Wistful #B0A8CE

Color information

#B0A8CE (or 0xB0A8CE) is unknown color: approx Wistful. HEX triplet: B0, A8 and CE. RGB value is (176,168,206). Sum of RGB (Red+Green+Blue) = 176+168+206=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #B0A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8CE is #4F5731. Grayscale: #AEAEAE. Windows color (decimal): -5199666 or 13543600. OLE color: 13543600.

HSL color Cylindrical-coordinate representation of color #B0A8CE: hue angle of 252.63º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0A8CE is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176168206-
CMYK0.150.1800.19
HSL252.63º27.94%73.33%-
HSV(B)252.63º18.45%80.78%-
XYZ43.0541.6964.17-
YUV174.72145.65128.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 168 (66.02% from 255) = 30.55%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=32%
G=30.55%
B=37.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761682060.150.1800.19252.6327.9473.33
HexB0A8CEF12013fd1c49
Octal260250316172202337534111
Binary10110000101010001100111011111001001001111111101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A8CE; }

 p { color: rgb(176,168,206); }

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

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

 a { background-color: rgb(176,168,206); }

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

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

 span { border-color: rgb(176,168,206); }

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