#B6C1D0

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

Shades of Spindle #B6C1D0

Tints of Spindle #B6C1D0

Color information

#B6C1D0 (or 0xB6C1D0) is unknown color: approx Spindle. HEX triplet: B6, C1 and D0. RGB value is (182,193,208). Sum of RGB (Red+Green+Blue) = 182+193+208=583 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.22% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #B6C1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C1D0 is #493E2F. Grayscale: #BFBFBF. Windows color (decimal): -4800048 or 13681078. OLE color: 13681078.

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

Color convert

RGB182193208-
CMYK0.120.0700.18
HSL214.62º21.67%76.47%-
HSV(B)214.62º12.5%81.57%-
XYZ49.7552.6467.21-
YUV191.42137.36121.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.22%
GREEN value IS 193 (75.78% from 255) = 33.10%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=31.22%
G=33.10%
B=35.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821932080.120.0700.18214.6221.6776.47
HexB6C1D0C7012d7164c
Octal26630132014702232726114
Binary101101101100000111010000110011101001011010111101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C1D0; }

 p { color: rgb(182,193,208); }

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

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

 a { background-color: rgb(182,193,208); }

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

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

 span { border-color: rgb(182,193,208); }

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