Html Css Color HEX #B0A8DD Wistful

📋 copy color: '#B0A8DD'

red 176 ◦ green 168 ◦ blue 221

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

Shades of Wistful #B0A8DD

Tints of Wistful #B0A8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.73%

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 31.15%
G = 29.73%
B = 39.12%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0A8DD (or 0xB0A8DD) is known color: Wistful. HEX triplet: B0, A8 and DD. RGB value is (176,168,221). Sum of RGB (Red+Green+Blue) = 176+168+221=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8DD is #4F5722. Grayscale: #B0B0B0. Windows color (decimal): -5199651 or 14526640. OLE color: 14526640.

HSL color Cylindrical-coordinate representation of color #B0A8DD: hue angle of 249.06º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0A8DD is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 168 221 -
CMYK 0.20 0.24 0 0.13
HSL 249.06º 0.44% 0.76% -
HSV(B) 249.06º 0.24% 0.87% -
XYZ 44.96 42.46 74.23 -
YUV 176.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 176 168 221 0.20 0.24 0 0.13 249.06 0.44 0.76
Hex B0 A8 DD 14 18 0 D F9 2C 4C
Octal 260 250 335 24 30 0 15 371 54 114
Binary 10110000 10101000 11011101 10100 11000 0 1101 11111001 101100 1001100

Color Harmonies of #B0A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A8DD

Black with #B0A8DD

Text Example


Text Example

White with #B0A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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