#B1BDCF

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

Shades of Spindle #B1BDCF

Tints of Spindle #B1BDCF

Color information

#B1BDCF (or 0xB1BDCF) is unknown color: approx Spindle. HEX triplet: B1, BD and CF. RGB value is (177,189,207). Sum of RGB (Red+Green+Blue) = 177+189+207=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1BDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDCF is #4E4230. Grayscale: #BBBBBB. Windows color (decimal): -5128753 or 13614513. OLE color: 13614513.

HSL color Cylindrical-coordinate representation of color #B1BDCF: hue angle of 216º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1BDCF is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177189207-
CMYK0.140.0900.19
HSL216º23.81%75.29%-
HSV(B)216º14.49%81.18%-
XYZ47.5950.2566.22-
YUV187.46139.02120.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.89%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 207 (81.25% from 255) = 36.13%
R=30.89%
G=32.98%
B=36.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771892070.140.0900.1921623.8175.29
HexB1BDCFE9013d8184b
Octal261275317161102333030113
Binary1011000110111101110011111110100101001111011000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BDCF; }

 p { color: rgb(177,189,207); }

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

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

 a { background-color: rgb(177,189,207); }

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

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

 span { border-color: rgb(177,189,207); }

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