#BCC0CB

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

Shades of Link Water #BCC0CB

Tints of Link Water #BCC0CB

Color information

#BCC0CB (or 0xBCC0CB) is unknown color: approx Link Water. HEX triplet: BC, C0 and CB. RGB value is (188,192,203). Sum of RGB (Red+Green+Blue) = 188+192+203=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCC0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0CB is #433F34. Grayscale: #C0C0C0. Windows color (decimal): -4407093 or 13353148. OLE color: 13353148.

HSL color Cylindrical-coordinate representation of color #BCC0CB: hue angle of 224º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCC0CB is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188192203-
CMYK0.070.0500.20
HSL224º12.61%76.67%-
HSV(B)224º7.39%79.61%-
XYZ50.3752.764.02-
YUV192.06134.17125.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 192 (75.39% from 255) = 32.93%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=32.25%
G=32.93%
B=34.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881922030.070.0500.2022412.6176.67
HexBCC0CB75014e0d4d
Octal2743003137502434015115
Binary1011110011000000110010111111010101001110000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0CB; }

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

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

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

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

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

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

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

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