#BCC4DA

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

Shades of Link Water #BCC4DA

Tints of Link Water #BCC4DA

Color information

#BCC4DA (or 0xBCC4DA) is unknown color: approx Link Water. HEX triplet: BC, C4 and DA. RGB value is (188,196,218). Sum of RGB (Red+Green+Blue) = 188+196+218=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCC4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4DA is #433B25. Grayscale: #C4C4C4. Windows color (decimal): -4406054 or 14337212. OLE color: 14337212.

HSL color Cylindrical-coordinate representation of color #BCC4DA: hue angle of 224º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC4DA is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188196218-
CMYK0.140.1000.15
HSL224º28.85%79.61%-
HSV(B)224º13.76%85.49%-
XYZ53.1355.2374.19-
YUV196.12140.35122.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 196 (76.95% from 255) = 32.56%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=31.23%
G=32.56%
B=36.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881962180.140.1000.1522428.8579.61
HexBCC4DAEA0Fe01d50
Octal274304332161201734035120
Binary101111001100010011011010111010100111111100000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4DA; }

 p { color: rgb(188,196,218); }

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

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

 a { background-color: rgb(188,196,218); }

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

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

 span { border-color: rgb(188,196,218); }

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