#BCCDD5

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

Shades of Spindle #BCCDD5

Tints of Spindle #BCCDD5

Color information

#BCCDD5 (or 0xBCCDD5) is unknown color: approx Spindle. HEX triplet: BC, CD and D5. RGB value is (188,205,213). Sum of RGB (Red+Green+Blue) = 188+205+213=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCCDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDD5 is #43322A. Grayscale: #C8C8C8. Windows color (decimal): -4403755 or 14011836. OLE color: 14011836.

HSL color Cylindrical-coordinate representation of color #BCCDD5: hue angle of 199.2º degrees, saturation: 0.23, 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 #BCCDD5 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188205213-
CMYK0.120.0400.16
HSL199.2º22.94%78.63%-
HSV(B)199.2º11.74%83.53%-
XYZ54.5859.1671.49-
YUV200.83134.87118.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 213 (83.59% from 255) = 35.15%
R=31.02%
G=33.83%
B=35.15%

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
Decimal1882052130.120.0400.16199.222.9478.63
HexBCCDD5C4010c7174f
Octal27431532514402030727117
Binary101111001100110111010101110010001000011000111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDD5; }

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

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

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

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

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

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

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

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