#BCCDD4

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

Shades of Spindle #BCCDD4

Tints of Spindle #BCCDD4

Color information

#BCCDD4 (or 0xBCCDD4) is unknown color: approx Spindle. HEX triplet: BC, CD and D4. RGB value is (188,205,212). Sum of RGB (Red+Green+Blue) = 188+205+212=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCCDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDD4 is #43322B. Grayscale: #C8C8C8. Windows color (decimal): -4403756 or 13946300. OLE color: 13946300.

HSL color Cylindrical-coordinate representation of color #BCCDD4: hue angle of 197.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCDD4 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188205212-
CMYK0.110.0300.17
HSL197.5º21.82%78.43%-
HSV(B)197.5º11.32%83.14%-
XYZ54.4559.1170.83-
YUV200.72134.37118.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 212 (83.20% from 255) = 35.04%
R=31.07%
G=33.88%
B=35.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882052120.110.0300.17197.521.8278.43
HexBCCDD4B3011c6164e
Octal27431532413302130626116
Binary10111100110011011101010010111101000111000110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDD4; }

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

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

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

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

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

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

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

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