#B1BDD6

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

Shades of Spindle #B1BDD6

Tints of Spindle #B1BDD6

Color information

#B1BDD6 (or 0xB1BDD6) is unknown color: approx Spindle. HEX triplet: B1, BD and D6. RGB value is (177,189,214). Sum of RGB (Red+Green+Blue) = 177+189+214=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 214 - color contains mainly: blue. Hex color #B1BDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDD6 is #4E4229. Grayscale: #BCBCBC. Windows color (decimal): -5128746 or 14073265. OLE color: 14073265.

HSL color Cylindrical-coordinate representation of color #B1BDD6: hue angle of 220.54º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1BDD6 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB177189214-
CMYK0.170.1200.16
HSL220.54º31.09%76.67%-
HSV(B)220.54º17.29%83.92%-
XYZ48.4750.670.83-
YUV188.26142.52119.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.52%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 214 (83.98% from 255) = 36.90%
R=30.52%
G=32.59%
B=36.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771892140.170.1200.16220.5431.0976.67
HexB1BDD611C010dd1f4d
Octal261275326211402033537115
Binary10110001101111011101011010001110001000011011101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BDD6; }

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

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

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

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

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

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

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

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