#BCC0CC

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

Shades of Link Water #BCC0CC

Tints of Link Water #BCC0CC

Color information

#BCC0CC (or 0xBCC0CC) is unknown color: approx Link Water. HEX triplet: BC, C0 and CC. RGB value is (188,192,204). Sum of RGB (Red+Green+Blue) = 188+192+204=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0CC is #433F33. Grayscale: #C0C0C0. Windows color (decimal): -4407092 or 13418684. OLE color: 13418684.

HSL color Cylindrical-coordinate representation of color #BCC0CC: hue angle of 225º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC0CC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188192204-
CMYK0.080.0600.2
HSL225º13.56%76.86%-
HSV(B)225º7.84%80%-
XYZ50.4952.7564.65-
YUV192.17134.67125.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 192 (75.39% from 255) = 32.88%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=32.19%
G=32.88%
B=34.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881922040.080.0600.222513.5676.86
HexBCC0CC86014e1e4d
Octal27430031410602434116115
Binary10111100110000001100110010001100101001110000111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0CC; }

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

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

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

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

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

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

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

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