#BFCDDC

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

Shades of Link Water #BFCDDC

Tints of Link Water #BFCDDC

Color information

#BFCDDC (or 0xBFCDDC) is unknown color: approx Link Water. HEX triplet: BF, CD and DC. RGB value is (191,205,220). Sum of RGB (Red+Green+Blue) = 191+205+220=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFCDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDDC is #403223. Grayscale: #CACACA. Windows color (decimal): -4207140 or 14470591. OLE color: 14470591.

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

Color convert

RGB191205220-
CMYK0.130.0700.14
HSL211.03º29.29%80.59%-
HSV(B)211.03º13.18%86.27%-
XYZ56.2459.9176.31-
YUV202.52137.86119.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.01%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=31.01%
G=33.28%
B=35.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912052200.130.0700.14211.0329.2980.59
HexBFCDDCD70Ed31d51
Octal27731533415701632335121
Binary10111111110011011101110011011110111011010011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDDC; }

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

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

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

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

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

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

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

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