#BFC2CD

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

Shades of Link Water #BFC2CD

Tints of Link Water #BFC2CD

Color information

#BFC2CD (or 0xBFC2CD) is unknown color: approx Link Water. HEX triplet: BF, C2 and CD. RGB value is (191,194,205). Sum of RGB (Red+Green+Blue) = 191+194+205=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2CD is #403D32. Grayscale: #C2C2C2. Windows color (decimal): -4209971 or 13484735. OLE color: 13484735.

HSL color Cylindrical-coordinate representation of color #BFC2CD: hue angle of 227.14º 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 #BFC2CD is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191194205-
CMYK0.070.0500.20
HSL227.14º12.28%77.65%-
HSV(B)227.14º6.83%80.39%-
XYZ51.854.0765.46-
YUV194.36134.01125.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 194 (76.17% from 255) = 32.88%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=32.37%
G=32.88%
B=34.75%

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
Decimal1911942050.070.0500.20227.1412.2877.65
HexBFC2CD75014e3c4e
Octal2773023157502434314116
Binary1011111111000010110011011111010101001110001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2CD; }

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

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

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

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

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

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

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

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