#BCCCD8

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

Shades of Spindle #BCCCD8

Tints of Spindle #BCCCD8

Color information

#BCCCD8 (or 0xBCCCD8) is unknown color: approx Spindle. HEX triplet: BC, CC and D8. RGB value is (188,204,216). Sum of RGB (Red+Green+Blue) = 188+204+216=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCCCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCD8 is #433327. Grayscale: #C8C8C8. Windows color (decimal): -4404008 or 14208188. OLE color: 14208188.

HSL color Cylindrical-coordinate representation of color #BCCCD8: hue angle of 205.71º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCCCD8 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188204216-
CMYK0.130.0600.15
HSL205.71º26.42%79.22%-
HSV(B)205.71º12.96%84.71%-
XYZ54.7358.8373.44-
YUV200.58136.7119.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.92%
GREEN value IS 204 (80.08% from 255) = 33.55%
BLUE value IS 216 (84.77% from 255) = 35.53%
R=30.92%
G=33.55%
B=35.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882042160.130.0600.15205.7126.4279.22
HexBCCCD8D60Fce1a4f
Octal27431433015601731632117
Binary10111100110011001101100011011100111111001110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCD8; }

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

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

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

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

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

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

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

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