#BFD9DC

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

Shades of Zumthor #BFD9DC

Tints of Zumthor #BFD9DC

Color information

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

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

Color convert

RGB191217220-
CMYK0.130.0100.14
HSL186.21º29.29%80.59%-
HSV(B)186.21º13.18%86.27%-
XYZ59.2265.8777.3-
YUV209.57133.89114.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912172200.130.0100.14186.2129.2980.59
HexBFD9DCD10Eba1d51
Octal27733133415101627235121
Binary101111111101100111011100110110111010111010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9DC; }

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

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

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

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

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

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

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

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