#BFD3D7

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

Shades of Zumthor #BFD3D7

Tints of Zumthor #BFD3D7

Color information

#BFD3D7 (or 0xBFD3D7) is unknown color: approx Zumthor. HEX triplet: BF, D3 and D7. RGB value is (191,211,215). Sum of RGB (Red+Green+Blue) = 191+211+215=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFD3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3D7 is #402C28. Grayscale: #CDCDCD. Windows color (decimal): -4205609 or 14144447. OLE color: 14144447.

HSL color Cylindrical-coordinate representation of color #BFD3D7: hue angle of 190º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD3D7 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191211215-
CMYK0.110.0200.16
HSL190º23.08%79.61%-
HSV(B)190º11.16%84.31%-
XYZ57.0562.5773.36-
YUV205.48133.37117.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 211 (82.81% from 255) = 34.20%
BLUE value IS 215 (84.38% from 255) = 34.85%
R=30.96%
G=34.20%
B=34.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912112150.110.0200.1619023.0879.61
HexBFD3D7B2010be1750
Octal27732332713202027627120
Binary10111111110100111101011110111001000010111110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD3D7; }

 p { color: rgb(191,211,215); }

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

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

 a { background-color: rgb(191,211,215); }

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

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

 span { border-color: rgb(191,211,215); }

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