#BFD8DC

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

Shades of Zumthor #BFD8DC

Tints of Zumthor #BFD8DC

Color information

#BFD8DC (or 0xBFD8DC) is unknown color: approx Zumthor. HEX triplet: BF, D8 and DC. RGB value is (191,216,220). Sum of RGB (Red+Green+Blue) = 191+216+220=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFD8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD8DC is #402723. Grayscale: #D0D0D0. Windows color (decimal): -4204324 or 14473407. OLE color: 14473407.

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

Color convert

RGB191216220-
CMYK0.130.0200.14
HSL188.28º29.29%80.59%-
HSV(B)188.28º13.18%86.27%-
XYZ58.9665.3677.22-
YUV208.98134.22115.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 216 (84.77% from 255) = 34.45%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=30.46%
G=34.45%
B=35.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912162200.130.0200.14188.2829.2980.59
HexBFD8DCD20Ebc1d51
Octal27733033415201627435121
Binary1011111111011000110111001101100111010111100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD8DC; }

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

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

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

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

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

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

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

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