#B0BFD1

Color #B0BFD1 Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #B0BFD1

Tints of Spindle #B0BFD1

Color information

#B0BFD1 (or 0xB0BFD1) is unknown color: approx Spindle. HEX triplet: B0, BF and D1. RGB value is (176,191,209). Sum of RGB (Red+Green+Blue) = 176+191+209=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 209 - color contains mainly: blue. Hex color #B0BFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFD1 is #4F402E. Grayscale: #BCBCBC. Windows color (decimal): -5193775 or 13746096. OLE color: 13746096.

HSL color Cylindrical-coordinate representation of color #B0BFD1: hue angle of 212.73º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0BFD1 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176191209-
CMYK0.160.0900.18
HSL212.73º26.4%75.49%-
HSV(B)212.73º15.79%81.96%-
XYZ48.0451.167.65-
YUV188.57139.53119.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.56%
GREEN value IS 191 (75% from 255) = 33.16%
BLUE value IS 209 (82.03% from 255) = 36.28%
R=30.56%
G=33.16%
B=36.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761912090.160.0900.18212.7326.475.49
HexB0BFD1109012d51a4b
Octal260277321201102232532113
Binary10110000101111111101000110000100101001011010101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFD1; }

 p { color: rgb(176,191,209); }

 H1.HeaderClassName
 {
   color: #B0BFD1;
 }
 .AnyTagClassName
 {
   color: #B0BFD1;
 }
</style>
background-color css

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

 a { background-color: rgb(176,191,209); }

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

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

 span { border-color: rgb(176,191,209); }

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