#BCCDD6

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

Shades of Spindle #BCCDD6

Tints of Spindle #BCCDD6

Color information

#BCCDD6 (or 0xBCCDD6) is unknown color: approx Spindle. HEX triplet: BC, CD and D6. RGB value is (188,205,214). Sum of RGB (Red+Green+Blue) = 188+205+214=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCCDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDD6 is #433229. Grayscale: #C8C8C8. Windows color (decimal): -4403754 or 14077372. OLE color: 14077372.

HSL color Cylindrical-coordinate representation of color #BCCDD6: hue angle of 200.77º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCCDD6 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188205214-
CMYK0.120.0400.16
HSL200.77º24.07%78.82%-
HSV(B)200.77º12.15%83.92%-
XYZ54.7159.2172.16-
YUV200.94135.37118.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 214 (83.98% from 255) = 35.26%
R=30.97%
G=33.77%
B=35.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882052140.120.0400.16200.7724.0778.82
HexBCCDD6C4010c9184f
Octal27431532614402031130117
Binary101111001100110111010110110010001000011001001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDD6; }

 p { color: rgb(188,205,214); }

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

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

 a { background-color: rgb(188,205,214); }

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

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

 span { border-color: rgb(188,205,214); }

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