Html Css Color HEX #B0ABCC Wistful

📋 copy color: '#B0ABCC'

red 176 ◦ green 171 ◦ blue 204

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

Shades of Wistful #B0ABCC

Tints of Wistful #B0ABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.03%

 BLUE value IS 204 (80.08% from 255) = 37.02%

R = 31.94%
G = 31.03%
B = 37.02%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B0ABCC (or 0xB0ABCC) is known color: Wistful. HEX triplet: B0, AB and CC. RGB value is (176,171,204). Sum of RGB (Red+Green+Blue) = 176+171+204=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABCC is #4F5433. Grayscale: #B0B0B0. Windows color (decimal): -5198900 or 13413296. OLE color: 13413296.

HSL color Cylindrical-coordinate representation of color #B0ABCC: hue angle of 249.09º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0ABCC is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 171 204 -
CMYK 0.14 0.16 0 0.2
HSL 249.09º 0.24% 0.74% -
HSV(B) 249.09º 0.16% 0.8% -
XYZ 43.37 42.72 63.09 -
YUV 176.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 176 171 204 0.14 0.16 0 0.2 249.09 0.24 0.74
Hex B0 AB CC E 10 0 14 F9 18 4A
Octal 260 253 314 16 20 0 24 371 30 112
Binary 10110000 10101011 11001100 1110 10000 0 10100 11111001 11000 1001010

Color Harmonies of #B0ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ABCC

Black with #B0ABCC

Text Example


Text Example

White with #B0ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ABCC; }

 p { color: rgb(176,171,204); }

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

background-color css

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

 a { background-color: rgb(176,171,204); }

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

border-color css

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

 span { border-color: rgb(176,171,204); }

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