#BCCCD4

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

Shades of Spindle #BCCCD4

Tints of Spindle #BCCCD4

Color information

#BCCCD4 (or 0xBCCCD4) is unknown color: approx Spindle. HEX triplet: BC, CC and D4. RGB value is (188,204,212). Sum of RGB (Red+Green+Blue) = 188+204+212=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCCCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCD4 is #43332B. Grayscale: #C8C8C8. Windows color (decimal): -4404012 or 13946044. OLE color: 13946044.

HSL color Cylindrical-coordinate representation of color #BCCCD4: hue angle of 200º 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 #BCCCD4 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188204212-
CMYK0.110.0400.17
HSL200º21.82%78.43%-
HSV(B)200º11.32%83.14%-
XYZ54.2258.6370.75-
YUV200.13134.7119.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 212 (83.20% from 255) = 35.10%
R=31.13%
G=33.77%
B=35.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882042120.110.0400.1720021.8278.43
HexBCCCD4B4011c8164e
Octal27431432413402131026116
Binary101111001100110011010100101110001000111001000101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCD4; }

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

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

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

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

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

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

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

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