#BFD3D8

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

Shades of Zumthor #BFD3D8

Tints of Zumthor #BFD3D8

Color information

#BFD3D8 (or 0xBFD3D8) is unknown color: approx Zumthor. HEX triplet: BF, D3 and D8. RGB value is (191,211,216). Sum of RGB (Red+Green+Blue) = 191+211+216=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFD3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3D8 is #402C27. Grayscale: #CDCDCD. Windows color (decimal): -4205608 or 14209983. OLE color: 14209983.

HSL color Cylindrical-coordinate representation of color #BFD3D8: hue angle of 192º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD3D8 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191211216-
CMYK0.120.0200.15
HSL192º24.27%79.8%-
HSV(B)192º11.57%84.71%-
XYZ57.1762.6274.04-
YUV205.59133.87117.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 211 (82.81% from 255) = 34.14%
BLUE value IS 216 (84.77% from 255) = 34.95%
R=30.91%
G=34.14%
B=34.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912112160.120.0200.1519224.2779.8
HexBFD3D8C20Fc01850
Octal27732333014201730030120
Binary1011111111010011110110001100100111111000000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD3D8; }

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

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

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

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

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

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

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

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