#BBD6D8

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

Shades of Zumthor #BBD6D8

Tints of Zumthor #BBD6D8

Color information

#BBD6D8 (or 0xBBD6D8) is unknown color: approx Zumthor. HEX triplet: BB, D6 and D8. RGB value is (187,214,216). Sum of RGB (Red+Green+Blue) = 187+214+216=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBD6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6D8 is #442927. Grayscale: #CECECE. Windows color (decimal): -4466984 or 14210747. OLE color: 14210747.

HSL color Cylindrical-coordinate representation of color #BBD6D8: hue angle of 184.14º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD6D8 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187214216-
CMYK0.130.0100.15
HSL184.14º27.1%79.02%-
HSV(B)184.14º13.43%84.71%-
XYZ56.9363.6274.24-
YUV206.16133.55114.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.31%
GREEN value IS 214 (83.98% from 255) = 34.68%
BLUE value IS 216 (84.77% from 255) = 35.01%
R=30.31%
G=34.68%
B=35.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872142160.130.0100.15184.1427.179.02
HexBBD6D8D10Fb81b4f
Octal27332633015101727033117
Binary101110111101011011011000110110111110111000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6D8; }

 p { color: rgb(187,214,216); }

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

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

 a { background-color: rgb(187,214,216); }

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

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

 span { border-color: rgb(187,214,216); }

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