#BFC4D5

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

Shades of Link Water #BFC4D5

Tints of Link Water #BFC4D5

Color information

#BFC4D5 (or 0xBFC4D5) is unknown color: approx Link Water. HEX triplet: BF, C4 and D5. RGB value is (191,196,213). Sum of RGB (Red+Green+Blue) = 191+196+213=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFC4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4D5 is #403B2A. Grayscale: #C4C4C4. Windows color (decimal): -4209451 or 14009535. OLE color: 14009535.

HSL color Cylindrical-coordinate representation of color #BFC4D5: hue angle of 226.36º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFC4D5 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191196213-
CMYK0.100.0800.16
HSL226.36º20.75%79.22%-
HSV(B)226.36º10.33%83.53%-
XYZ53.2455.3670.83-
YUV196.44137.34124.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.83%
GREEN value IS 196 (76.95% from 255) = 32.67%
BLUE value IS 213 (83.59% from 255) = 35.5%
R=31.83%
G=32.67%
B=35.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911962130.100.0800.16226.3620.7579.22
HexBFC4D5A8010e2154f
Octal277304325121002034225117
Binary1011111111000100110101011010100001000011100010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4D5; }

 p { color: rgb(191,196,213); }

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

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

 a { background-color: rgb(191,196,213); }

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

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

 span { border-color: rgb(191,196,213); }

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