#BCD0DB

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

Shades of Spindle #BCD0DB

Tints of Spindle #BCD0DB

Color information

#BCD0DB (or 0xBCD0DB) is unknown color: approx Spindle. HEX triplet: BC, D0 and DB. RGB value is (188,208,219). Sum of RGB (Red+Green+Blue) = 188+208+219=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCD0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0DB is #432F24. Grayscale: #CBCBCB. Windows color (decimal): -4402981 or 14405820. OLE color: 14405820.

HSL color Cylindrical-coordinate representation of color #BCD0DB: hue angle of 201.29º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCD0DB is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188208219-
CMYK0.140.0500.14
HSL201.29º30.1%79.8%-
HSV(B)201.29º14.16%85.88%-
XYZ56.0860.9275.82-
YUV203.27136.87117.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.57%
GREEN value IS 208 (81.64% from 255) = 33.82%
BLUE value IS 219 (85.94% from 255) = 35.61%
R=30.57%
G=33.82%
B=35.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882082190.140.0500.14201.2930.179.8
HexBCD0DBE50Ec91e50
Octal27432033316501631136120
Binary10111100110100001101101111101010111011001001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD0DB; }

 p { color: rgb(188,208,219); }

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

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

 a { background-color: rgb(188,208,219); }

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

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

 span { border-color: rgb(188,208,219); }

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