#B0A8CF

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

Shades of Wistful #B0A8CF

Tints of Wistful #B0A8CF

Color information

#B0A8CF (or 0xB0A8CF) is unknown color: approx Wistful. HEX triplet: B0, A8 and CF. RGB value is (176,168,207). Sum of RGB (Red+Green+Blue) = 176+168+207=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8CF is #4F5730. Grayscale: #AEAEAE. Windows color (decimal): -5199665 or 13609136. OLE color: 13609136.

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

Color convert

RGB176168207-
CMYK0.150.1900.19
HSL252.31º28.89%73.53%-
HSV(B)252.31º18.84%81.18%-
XYZ43.1741.7464.81-
YUV174.84146.15128.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 168 (66.02% from 255) = 30.49%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=31.94%
G=30.49%
B=37.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761682070.150.1900.19252.3128.8973.53
HexB0A8CFF13013fc1d4a
Octal260250317172302337435112
Binary10110000101010001100111111111001101001111111100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A8CF; }

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

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

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

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

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

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

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

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