#BFCDDD

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

Shades of Link Water #BFCDDD

Tints of Link Water #BFCDDD

Color information

#BFCDDD (or 0xBFCDDD) is unknown color: approx Link Water. HEX triplet: BF, CD and DD. RGB value is (191,205,221). Sum of RGB (Red+Green+Blue) = 191+205+221=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDDD is #403222. Grayscale: #CACACA. Windows color (decimal): -4207139 or 14536127. OLE color: 14536127.

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

Color convert

RGB191205221-
CMYK0.140.0700.13
HSL212º30.61%80.78%-
HSV(B)212º13.57%86.67%-
XYZ56.3759.9677.01-
YUV202.64138.36119.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=30.96%
G=33.23%
B=35.82%

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
Decimal1912052210.140.0700.1321230.6180.78
HexBFCDDDE70Dd41f51
Octal27731533516701532437121
Binary10111111110011011101110111101110110111010100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDDD; }

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

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

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

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

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

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

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

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