#BFD0DF

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

Shades of Link Water #BFD0DF

Tints of Link Water #BFD0DF

Color information

#BFD0DF (or 0xBFD0DF) is unknown color: approx Link Water. HEX triplet: BF, D0 and DF. RGB value is (191,208,223). Sum of RGB (Red+Green+Blue) = 191+208+223=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFD0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0DF is #402F20. Grayscale: #CCCCCC. Windows color (decimal): -4206369 or 14667967. OLE color: 14667967.

HSL color Cylindrical-coordinate representation of color #BFD0DF: hue angle of 208.12º degrees, saturation: 0.33, 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 #BFD0DF is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191208223-
CMYK0.140.0700.13
HSL208.12º33.33%81.18%-
HSV(B)208.12º14.35%87.45%-
XYZ57.3661.5278.66-
YUV204.63138.37118.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.71%
GREEN value IS 208 (81.64% from 255) = 33.44%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=30.71%
G=33.44%
B=35.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912082230.140.0700.13208.1233.3381.18
HexBFD0DFE70Dd02151
Octal27732033716701532041121
Binary101111111101000011011111111011101101110100001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0DF; }

 p { color: rgb(191,208,223); }

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

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

 a { background-color: rgb(191,208,223); }

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

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

 span { border-color: rgb(191,208,223); }

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