#BBDAD9

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

Shades of Zumthor #BBDAD9

Tints of Zumthor #BBDAD9

Color information

#BBDAD9 (or 0xBBDAD9) is unknown color: approx Zumthor. HEX triplet: BB, DA and D9. RGB value is (187,218,217). Sum of RGB (Red+Green+Blue) = 187+218+217=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAD9 is #442526. Grayscale: #D0D0D0. Windows color (decimal): -4465959 or 14277307. OLE color: 14277307.

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

Color convert

RGB187218217-
CMYK0.1400.000.15
HSL178.06º29.52%79.41%-
HSV(B)178.06º14.22%85.49%-
XYZ58.0965.7275.27-
YUV208.62132.73112.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 218 (85.55% from 255) = 35.05%
BLUE value IS 217 (85.16% from 255) = 34.89%
R=30.06%
G=35.05%
B=34.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872182170.1400.000.15178.0629.5279.41
HexBBDAD9E00Fb21e4f
Octal27333233116001726236117
Binary101110111101101011011001111000111110110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAD9; }

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

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

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

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

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

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

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

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