#BFC9DD

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

Shades of Link Water #BFC9DD

Tints of Link Water #BFC9DD

Color information

#BFC9DD (or 0xBFC9DD) is unknown color: approx Link Water. HEX triplet: BF, C9 and DD. RGB value is (191,201,221). Sum of RGB (Red+Green+Blue) = 191+201+221=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9DD is #403622. Grayscale: #C8C8C8. Windows color (decimal): -4208163 or 14535103. OLE color: 14535103.

HSL color Cylindrical-coordinate representation of color #BFC9DD: hue angle of 220º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC9DD is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191201221-
CMYK0.140.0900.13
HSL220º30.61%80.78%-
HSV(B)220º13.57%86.67%-
XYZ55.4258.0776.69-
YUV200.29139.69121.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 201 (78.91% from 255) = 32.79%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=31.16%
G=32.79%
B=36.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912012210.140.0900.1322030.6180.78
HexBFC9DDE90Ddc1f51
Octal277311335161101533437121
Binary101111111100100111011101111010010110111011100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9DD; }

 p { color: rgb(191,201,221); }

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

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

 a { background-color: rgb(191,201,221); }

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

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

 span { border-color: rgb(191,201,221); }

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