#BFC3CD

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

Shades of Link Water #BFC3CD

Tints of Link Water #BFC3CD

Color information

#BFC3CD (or 0xBFC3CD) is unknown color: approx Link Water. HEX triplet: BF, C3 and CD. RGB value is (191,195,205). Sum of RGB (Red+Green+Blue) = 191+195+205=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFC3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3CD is #403C32. Grayscale: #C2C2C2. Windows color (decimal): -4209715 or 13484991. OLE color: 13484991.

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

Color convert

RGB191195205-
CMYK0.070.0500.20
HSL222.86º12.28%77.65%-
HSV(B)222.86º6.83%80.39%-
XYZ52.0254.5165.54-
YUV194.94133.67125.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 195 (76.56% from 255) = 32.99%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=32.32%
G=32.99%
B=34.69%

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
Decimal1911952050.070.0500.20222.8612.2877.65
HexBFC3CD75014dfc4e
Octal2773033157502433714116
Binary1011111111000011110011011111010101001101111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3CD; }

 p { color: rgb(191,195,205); }

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

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

 a { background-color: rgb(191,195,205); }

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

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

 span { border-color: rgb(191,195,205); }

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