#BCC1D5

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

Shades of Link Water #BCC1D5

Tints of Link Water #BCC1D5

Color information

#BCC1D5 (or 0xBCC1D5) is unknown color: approx Link Water. HEX triplet: BC, C1 and D5. RGB value is (188,193,213). Sum of RGB (Red+Green+Blue) = 188+193+213=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCC1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1D5 is #433E2A. Grayscale: #C1C1C1. Windows color (decimal): -4406827 or 14008764. OLE color: 14008764.

HSL color Cylindrical-coordinate representation of color #BCC1D5: hue angle of 228º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCC1D5 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188193213-
CMYK0.120.0900.16
HSL228º22.94%78.63%-
HSV(B)228º11.74%83.53%-
XYZ51.8253.6470.57-
YUV193.78138.84123.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 193 (75.78% from 255) = 32.49%
BLUE value IS 213 (83.59% from 255) = 35.86%
R=31.65%
G=32.49%
B=35.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881932130.120.0900.1622822.9478.63
HexBCC1D5C9010e4174f
Octal274301325141102034427117
Binary1011110011000001110101011100100101000011100100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1D5; }

 p { color: rgb(188,193,213); }

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

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

 a { background-color: rgb(188,193,213); }

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

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

 span { border-color: rgb(188,193,213); }

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