#BFC8DA

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

Shades of Link Water #BFC8DA

Tints of Link Water #BFC8DA

Color information

#BFC8DA (or 0xBFC8DA) is unknown color: approx Link Water. HEX triplet: BF, C8 and DA. RGB value is (191,200,218). Sum of RGB (Red+Green+Blue) = 191+200+218=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8DA is #403725. Grayscale: #C7C7C7. Windows color (decimal): -4208422 or 14338239. OLE color: 14338239.

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

Color convert

RGB191200218-
CMYK0.120.0800.15
HSL220º26.73%80.2%-
HSV(B)220º12.39%85.49%-
XYZ54.857.4574.53-
YUV199.36138.52122.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 200 (78.52% from 255) = 32.84%
BLUE value IS 218 (85.55% from 255) = 35.80%
R=31.36%
G=32.84%
B=35.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912002180.120.0800.1522026.7380.2
HexBFC8DAC80Fdc1b50
Octal277310332141001733433120
Binary101111111100100011011010110010000111111011100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8DA; }

 p { color: rgb(191,200,218); }

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

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

 a { background-color: rgb(191,200,218); }

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

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

 span { border-color: rgb(191,200,218); }

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