#BBD6D5

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

Shades of Zumthor #BBD6D5

Tints of Zumthor #BBD6D5

Color information

#BBD6D5 (or 0xBBD6D5) is unknown color: approx Zumthor. HEX triplet: BB, D6 and D5. RGB value is (187,214,213). Sum of RGB (Red+Green+Blue) = 187+214+213=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6D5 is #44292A. Grayscale: #CDCDCD. Windows color (decimal): -4466987 or 14014139. OLE color: 14014139.

HSL color Cylindrical-coordinate representation of color #BBD6D5: hue angle of 177.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD6D5 is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB187214213-
CMYK0.1300.000.16
HSL177.78º24.77%78.63%-
HSV(B)177.78º12.62%83.92%-
XYZ56.5563.4672.22-
YUV205.81132.05114.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 214 (83.98% from 255) = 34.85%
BLUE value IS 213 (83.59% from 255) = 34.69%
R=30.46%
G=34.85%
B=34.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872142130.1300.000.16177.7824.7778.63
HexBBD6D5D0010b2194f
Octal27332632515002026231117
Binary1011101111010110110101011101001000010110010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6D5; }

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

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

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

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

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

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

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

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