Html Css Color HEX #B0A8D0 Wistful

📋 copy color: '#B0A8D0'

red 176 ◦ green 168 ◦ blue 208

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

Shades of Wistful #B0A8D0

Tints of Wistful #B0A8D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.68%

R = 31.88%
G = 30.43%
B = 37.68%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B0A8D0 (or 0xB0A8D0) is known color: Wistful. HEX triplet: B0, A8 and D0. RGB value is (176,168,208). Sum of RGB (Red+Green+Blue) = 176+168+208=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #B0A8D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8D0 is #4F572F. Grayscale: #AEAEAE. Windows color (decimal): -5199664 or 13674672. OLE color: 13674672.

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

Color convert

RGB 176 168 208 -
CMYK 0.15 0.19 0 0.18
HSL 252º 0.3% 0.74% -
HSV(B) 252º 0.19% 0.82% -
XYZ 43.29 41.79 65.46 -
YUV 174.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 176 168 208 0.15 0.19 0 0.18 252 0.3 0.74
Hex B0 A8 D0 F 13 0 12 FC 1E 4A
Octal 260 250 320 17 23 0 22 374 36 112
Binary 10110000 10101000 11010000 1111 10011 0 10010 11111100 11110 1001010

Color Harmonies of #B0A8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A8D0

Black with #B0A8D0

Text Example


Text Example

White with #B0A8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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