#BFDCD9

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

Shades of Zumthor #BFDCD9

Tints of Zumthor #BFDCD9

Color information

#BFDCD9 (or 0xBFDCD9) is unknown color: approx Zumthor. HEX triplet: BF, DC and D9. RGB value is (191,220,217). Sum of RGB (Red+Green+Blue) = 191+220+217=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCD9 is #402326. Grayscale: #D2D2D2. Windows color (decimal): -4203303 or 14277823. OLE color: 14277823.

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

Color convert

RGB191220217-
CMYK0.1300.010.14
HSL173.79º29.29%80.59%-
HSV(B)173.79º13.18%86.27%-
XYZ59.667.2775.49-
YUV210.99131.39113.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 217 (85.16% from 255) = 34.55%
R=30.41%
G=35.03%
B=34.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912202170.1300.010.14173.7929.2980.59
HexBFDCD9D01Eae1d51
Octal27733433115011625635121
Binary101111111101110011011001110101111010101110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCD9; }

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

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

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

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

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

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

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

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