#BFDCDD

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

Shades of Zumthor #BFDCDD

Tints of Zumthor #BFDCDD

Color information

#BFDCDD (or 0xBFDCDD) is unknown color: approx Zumthor. HEX triplet: BF, DC and DD. RGB value is (191,220,221). Sum of RGB (Red+Green+Blue) = 191+220+221=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFDCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCDD is #402322. Grayscale: #D3D3D3. Windows color (decimal): -4203299 or 14539967. OLE color: 14539967.

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

Color convert

RGB191220221-
CMYK0.140.0000.13
HSL182º30.61%80.78%-
HSV(B)182º13.57%86.67%-
XYZ60.1367.4878.26-
YUV211.44133.39113.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.22%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=30.22%
G=34.81%
B=34.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912202210.140.0000.1318230.6180.78
HexBFDCDDE00Db61f51
Octal27733433516001526637121
Binary101111111101110011011101111000110110110110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCDD; }

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

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

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

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

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

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

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

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