#BCCED7

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

Shades of Spindle #BCCED7

Tints of Spindle #BCCED7

Color information

#BCCED7 (or 0xBCCED7) is unknown color: approx Spindle. HEX triplet: BC, CE and D7. RGB value is (188,206,215). Sum of RGB (Red+Green+Blue) = 188+206+215=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCCED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCED7 is #433128. Grayscale: #C9C9C9. Windows color (decimal): -4403497 or 14143164. OLE color: 14143164.

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

Color convert

RGB188206215-
CMYK0.130.0400.16
HSL200º25.23%79.02%-
HSV(B)200º12.56%84.31%-
XYZ55.0859.7472.92-
YUV201.64135.54118.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.87%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 215 (84.38% from 255) = 35.30%
R=30.87%
G=33.83%
B=35.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882062150.130.0400.1620025.2379.02
HexBCCED7D4010c8194f
Octal27431632715402031031117
Binary101111001100111011010111110110001000011001000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCED7; }

 p { color: rgb(188,206,215); }

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

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

 a { background-color: rgb(188,206,215); }

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

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

 span { border-color: rgb(188,206,215); }

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