Html Css Color HEX #B0ABCD Wistful

📋 copy color: '#B0ABCD'

red 176 ◦ green 171 ◦ blue 205

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

Shades of Wistful #B0ABCD

Tints of Wistful #B0ABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 31.88%
G = 30.98%
B = 37.14%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B0ABCD (or 0xB0ABCD) is known color: Wistful. HEX triplet: B0, AB and CD. RGB value is (176,171,205). Sum of RGB (Red+Green+Blue) = 176+171+205=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABCD is #4F5432. Grayscale: #B0B0B0. Windows color (decimal): -5198899 or 13478832. OLE color: 13478832.

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

Color convert

RGB 176 171 205 -
CMYK 0.14 0.17 0 0.20
HSL 248.82º 0.25% 0.74% -
HSV(B) 248.82º 0.17% 0.8% -
XYZ 43.49 42.76 63.72 -
YUV 176.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 176 171 205 0.14 0.17 0 0.20 248.82 0.25 0.74
Hex B0 AB CD E 11 0 14 F9 19 4A
Octal 260 253 315 16 21 0 24 371 31 112
Binary 10110000 10101011 11001101 1110 10001 0 10100 11111001 11001 1001010

Color Harmonies of #B0ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ABCD

Black with #B0ABCD

Text Example


Text Example

White with #B0ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ABCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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