#BCC7D1

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

Shades of Spindle #BCC7D1

Tints of Spindle #BCC7D1

Color information

#BCC7D1 (or 0xBCC7D1) is unknown color: approx Spindle. HEX triplet: BC, C7 and D1. RGB value is (188,199,209). Sum of RGB (Red+Green+Blue) = 188+199+209=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCC7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7D1 is #43382E. Grayscale: #C4C4C4. Windows color (decimal): -4405295 or 13748156. OLE color: 13748156.

HSL color Cylindrical-coordinate representation of color #BCC7D1: hue angle of 208.57º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC7D1 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188199209-
CMYK0.100.0500.18
HSL208.57º18.58%77.84%-
HSV(B)208.57º10.05%81.96%-
XYZ52.6756.1468.38-
YUV196.85134.86121.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 199 (78.12% from 255) = 33.39%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=31.54%
G=33.39%
B=35.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881992090.100.0500.18208.5718.5877.84
HexBCC7D1A5012d1134e
Octal27430732112502232123116
Binary101111001100011111010001101010101001011010001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7D1; }

 p { color: rgb(188,199,209); }

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

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

 a { background-color: rgb(188,199,209); }

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

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

 span { border-color: rgb(188,199,209); }

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