Html Css Color HEX #B0A8CF Wistful

📋 copy color: '#B0A8CF'

red 176 ◦ green 168 ◦ blue 207

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

Shades of Wistful #B0A8CF

Tints of Wistful #B0A8CF

RGB

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

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

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

R = 31.94%
G = 30.49%
B = 37.57%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B0A8CF (or 0xB0A8CF) is known color: Wistful. HEX triplet: B0, A8 and CF. RGB value is (176,168,207). Sum of RGB (Red+Green+Blue) = 176+168+207=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8CF is #4F5730. Grayscale: #AEAEAE. Windows color (decimal): -5199665 or 13609136. OLE color: 13609136.

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

Color convert

RGB 176 168 207 -
CMYK 0.15 0.19 0 0.19
HSL 252.31º 0.29% 0.74% -
HSV(B) 252.31º 0.19% 0.81% -
XYZ 43.17 41.74 64.81 -
YUV 174.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 176 168 207 0.15 0.19 0 0.19 252.31 0.29 0.74
Hex B0 A8 CF F 13 0 13 FC 1D 4A
Octal 260 250 317 17 23 0 23 374 35 112
Binary 10110000 10101000 11001111 1111 10011 0 10011 11111100 11101 1001010

Color Harmonies of #B0A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A8CF

Black with #B0A8CF

Text Example


Text Example

White with #B0A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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