#B6BDD1

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

Shades of Spindle #B6BDD1

Tints of Spindle #B6BDD1

Color information

#B6BDD1 (or 0xB6BDD1) is unknown color: approx Spindle. HEX triplet: B6, BD and D1. RGB value is (182,189,209). Sum of RGB (Red+Green+Blue) = 182+189+209=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 209 - color contains mainly: blue. Hex color #B6BDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDD1 is #49422E. Grayscale: #BDBDBD. Windows color (decimal): -4801071 or 13745590. OLE color: 13745590.

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

Color convert

RGB182189209-
CMYK0.130.1000.18
HSL224.44º22.69%76.67%-
HSV(B)224.44º12.92%81.96%-
XYZ4950.9467.57-
YUV189.19139.18122.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.38%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 209 (82.03% from 255) = 36.03%
R=31.38%
G=32.59%
B=36.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821892090.130.1000.18224.4422.6976.67
HexB6BDD1DA012e0174d
Octal266275321151202234027115
Binary1011011010111101110100011101101001001011100000101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDD1; }

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

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

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

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

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

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

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

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