#BCC7DB

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

Shades of Link Water #BCC7DB

Tints of Link Water #BCC7DB

Color information

#BCC7DB (or 0xBCC7DB) is unknown color: approx Link Water. HEX triplet: BC, C7 and DB. RGB value is (188,199,219). Sum of RGB (Red+Green+Blue) = 188+199+219=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7DB is #433824. Grayscale: #C5C5C5. Windows color (decimal): -4405285 or 14403516. OLE color: 14403516.

HSL color Cylindrical-coordinate representation of color #BCC7DB: hue angle of 218.71º 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 #BCC7DB is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188199219-
CMYK0.140.0900.14
HSL218.71º30.1%79.8%-
HSV(B)218.71º14.16%85.88%-
XYZ53.9556.6575.11-
YUV197.99139.86120.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 199 (78.12% from 255) = 32.84%
BLUE value IS 219 (85.94% from 255) = 36.14%
R=31.02%
G=32.84%
B=36.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881992190.140.0900.14218.7130.179.8
HexBCC7DBE90Edb1e50
Octal274307333161101633336120
Binary101111001100011111011011111010010111011011011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7DB; }

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

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

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

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

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

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

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

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