#BFDEDD

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

Shades of Zumthor #BFDEDD

Tints of Zumthor #BFDEDD

Color information

#BFDEDD (or 0xBFDEDD) is unknown color: approx Zumthor. HEX triplet: BF, DE and DD. RGB value is (191,222,221). Sum of RGB (Red+Green+Blue) = 191+222+221=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEDD is #402122. Grayscale: #D4D4D4. Windows color (decimal): -4202787 or 14540479. OLE color: 14540479.

HSL color Cylindrical-coordinate representation of color #BFDEDD: hue angle of 178.06º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDEDD is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB191222221-
CMYK0.1400.000.13
HSL178.06º31.96%80.98%-
HSV(B)178.06º13.96%87.06%-
XYZ60.6668.5478.44-
YUV212.62132.73112.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.13%
GREEN value IS 222 (87.11% from 255) = 35.02%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=30.13%
G=35.02%
B=34.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912222210.1400.000.13178.0631.9680.98
HexBFDEDDE00Db22051
Octal27733633516001526240121
Binary1011111111011110110111011110001101101100101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEDD; }

 p { color: rgb(191,222,221); }

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

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

 a { background-color: rgb(191,222,221); }

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

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

 span { border-color: rgb(191,222,221); }

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