#BBDBDA

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

Shades of Zumthor #BBDBDA

Tints of Zumthor #BBDBDA

Color information

#BBDBDA (or 0xBBDBDA) is unknown color: approx Zumthor. HEX triplet: BB, DB and DA. RGB value is (187,219,218). Sum of RGB (Red+Green+Blue) = 187+219+218=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBDA is #442425. Grayscale: #D1D1D1. Windows color (decimal): -4465702 or 14343099. OLE color: 14343099.

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

Color convert

RGB187219218-
CMYK0.1500.000.14
HSL178.12º30.77%79.61%-
HSV(B)178.12º14.61%85.88%-
XYZ58.4866.2976.04-
YUV209.32132.9112.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=29.97%
G=35.10%
B=34.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872192180.1500.000.14178.1230.7779.61
HexBBDBDAF00Eb21f50
Octal27333333217001626237120
Binary101110111101101111011010111100111010110010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBDA; }

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

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

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

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

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

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

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

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