#BCCCDE

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

Shades of Spindle #BCCCDE

Tints of Spindle #BCCCDE

Color information

#BCCCDE (or 0xBCCCDE) is unknown color: approx Spindle. HEX triplet: BC, CC and DE. RGB value is (188,204,222). Sum of RGB (Red+Green+Blue) = 188+204+222=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCCCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCDE is #433321. Grayscale: #C9C9C9. Windows color (decimal): -4404002 or 14601404. OLE color: 14601404.

HSL color Cylindrical-coordinate representation of color #BCCCDE: hue angle of 211.76º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCCCDE is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188204222-
CMYK0.150.0800.13
HSL211.76º34%80.39%-
HSV(B)211.76º15.32%87.06%-
XYZ55.5259.1577.6-
YUV201.27139.7118.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.62%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 222 (87.11% from 255) = 36.16%
R=30.62%
G=33.22%
B=36.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882042220.150.0800.13211.763480.39
HexBCCCDEF80Dd42250
Octal274314336171001532442120
Binary1011110011001100110111101111100001101110101001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCDE; }

 p { color: rgb(188,204,222); }

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

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

 a { background-color: rgb(188,204,222); }

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

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

 span { border-color: rgb(188,204,222); }

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