#B1BDCE

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

Shades of Spindle #B1BDCE

Tints of Spindle #B1BDCE

Color information

#B1BDCE (or 0xB1BDCE) is unknown color: approx Spindle. HEX triplet: B1, BD and CE. RGB value is (177,189,206). Sum of RGB (Red+Green+Blue) = 177+189+206=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #B1BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDCE is #4E4231. Grayscale: #BBBBBB. Windows color (decimal): -5128754 or 13548977. OLE color: 13548977.

HSL color Cylindrical-coordinate representation of color #B1BDCE: hue angle of 215.17º degrees, saturation: 0.23, 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 #B1BDCE is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177189206-
CMYK0.140.0800.19
HSL215.17º22.83%75.1%-
HSV(B)215.17º14.08%80.78%-
XYZ47.4750.265.58-
YUV187.35138.52120.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.94%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 206 (80.86% from 255) = 36.01%
R=30.94%
G=33.04%
B=36.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771892060.140.0800.19215.1722.8375.1
HexB1BDCEE8013d7174b
Octal261275316161002332727113
Binary1011000110111101110011101110100001001111010111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BDCE; }

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

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

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

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

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

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

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

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