#BFDADB

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

Shades of Zumthor #BFDADB

Tints of Zumthor #BFDADB

Color information

#BFDADB (or 0xBFDADB) is unknown color: approx Zumthor. HEX triplet: BF, DA and DB. RGB value is (191,218,219). Sum of RGB (Red+Green+Blue) = 191+218+219=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFDADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDADB is #402524. Grayscale: #D2D2D2. Windows color (decimal): -4203813 or 14408383. OLE color: 14408383.

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

Color convert

RGB191218219-
CMYK0.130.0000.14
HSL182.14º28%80.39%-
HSV(B)182.14º12.79%85.88%-
XYZ59.3466.3376.69-
YUV210.04133.05114.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 218 (85.55% from 255) = 34.71%
BLUE value IS 219 (85.94% from 255) = 34.87%
R=30.41%
G=34.71%
B=34.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912182190.130.0000.14182.142880.39
HexBFDADBD00Eb61c50
Octal27733233315001626634120
Binary101111111101101011011011110100111010110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDADB; }

 p { color: rgb(191,218,219); }

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

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

 a { background-color: rgb(191,218,219); }

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

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

 span { border-color: rgb(191,218,219); }

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