Html Css Color HEX #B0AACF Wistful

📋 copy color: '#B0AACF'

red 176 ◦ green 170 ◦ blue 207

#B0AACF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #B0AACF

Tints of Wistful #B0AACF

RGB

 RED value IS 176 (69.14% from 255) = 31.83%

 GREEN value IS 170 (66.8% from 255) = 30.74%

 BLUE value IS 207 (81.25% from 255) = 37.43%

R = 31.83%
G = 30.74%
B = 37.43%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B0AACF (or 0xB0AACF) is known color: Wistful. HEX triplet: B0, AA and CF. RGB value is (176,170,207). Sum of RGB (Red+Green+Blue) = 176+170+207=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AACF is #4F5530. Grayscale: #AFAFAF. Windows color (decimal): -5199153 or 13609648. OLE color: 13609648.

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

Color convert

RGB 176 170 207 -
CMYK 0.15 0.18 0 0.19
HSL 249.73º 0.28% 0.74% -
HSV(B) 249.73º 0.18% 0.81% -
XYZ 43.54 42.48 64.94 -
YUV 176.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 176 170 207 0.15 0.18 0 0.19 249.73 0.28 0.74
Hex B0 AA CF F 12 0 13 FA 1C 4A
Octal 260 252 317 17 22 0 23 372 34 112
Binary 10110000 10101010 11001111 1111 10010 0 10011 11111010 11100 1001010

Color Harmonies of #B0AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AACF

Black with #B0AACF

Text Example


Text Example

White with #B0AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AACF; }

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

 H1.HeaderClassName
 {
   color: #B0AACF;
 }
 .AnyTagClassName
 {
   color: #B0AACF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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