#BCC7D4

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

Shades of Spindle #BCC7D4

Tints of Spindle #BCC7D4

Color information

#BCC7D4 (or 0xBCC7D4) is unknown color: approx Spindle. HEX triplet: BC, C7 and D4. RGB value is (188,199,212). Sum of RGB (Red+Green+Blue) = 188+199+212=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCC7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7D4 is #43382B. Grayscale: #C5C5C5. Windows color (decimal): -4405292 or 13944764. OLE color: 13944764.

HSL color Cylindrical-coordinate representation of color #BCC7D4: hue angle of 212.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC7D4 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188199212-
CMYK0.110.0600.17
HSL212.5º21.82%78.43%-
HSV(B)212.5º11.32%83.14%-
XYZ53.0556.2970.36-
YUV197.19136.36121.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 199 (78.12% from 255) = 33.22%
BLUE value IS 212 (83.20% from 255) = 35.39%
R=31.39%
G=33.22%
B=35.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881992120.110.0600.17212.521.8278.43
HexBCC7D4B6011d4164e
Octal27430732413602132426116
Binary101111001100011111010100101111001000111010100101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7D4; }

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

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

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

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

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

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

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

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