#B1BDD1

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

Shades of Spindle #B1BDD1

Tints of Spindle #B1BDD1

Color information

#B1BDD1 (or 0xB1BDD1) is unknown color: approx Spindle. HEX triplet: B1, BD and D1. RGB value is (177,189,209). Sum of RGB (Red+Green+Blue) = 177+189+209=575 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.78% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 209 - color contains mainly: blue. Hex color #B1BDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDD1 is #4E422E. Grayscale: #BBBBBB. Windows color (decimal): -5128751 or 13745585. OLE color: 13745585.

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

Color convert

RGB177189209-
CMYK0.150.1000.18
HSL217.5º25.81%75.69%-
HSV(B)217.5º15.31%81.96%-
XYZ47.8450.3567.52-
YUV187.69140.02120.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.78%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 209 (82.03% from 255) = 36.35%
R=30.78%
G=32.87%
B=36.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771892090.150.1000.18217.525.8175.69
HexB1BDD1FA012da1a4c
Octal261275321171202233232114
Binary1011000110111101110100011111101001001011011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BDD1; }

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

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

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

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

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

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

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

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