#BCC8D1

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

Shades of Spindle #BCC8D1

Tints of Spindle #BCC8D1

Color information

#BCC8D1 (or 0xBCC8D1) is unknown color: approx Spindle. HEX triplet: BC, C8 and D1. RGB value is (188,200,209). Sum of RGB (Red+Green+Blue) = 188+200+209=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCC8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8D1 is #43372E. Grayscale: #C5C5C5. Windows color (decimal): -4405039 or 13748412. OLE color: 13748412.

HSL color Cylindrical-coordinate representation of color #BCC8D1: hue angle of 205.71º 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 #BCC8D1 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188200209-
CMYK0.100.0400.18
HSL205.71º18.58%77.84%-
HSV(B)205.71º10.05%81.96%-
XYZ52.956.668.46-
YUV197.44134.52121.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.49%
GREEN value IS 200 (78.52% from 255) = 33.50%
BLUE value IS 209 (82.03% from 255) = 35.01%
R=31.49%
G=33.50%
B=35.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882002090.100.0400.18205.7118.5877.84
HexBCC8D1A4012ce134e
Octal27431032112402231623116
Binary101111001100100011010001101010001001011001110100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8D1; }

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

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

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

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

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

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

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

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