#BBD5D5

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

Shades of Zumthor #BBD5D5

Tints of Zumthor #BBD5D5

Color information

#BBD5D5 (or 0xBBD5D5) is unknown color: approx Zumthor. HEX triplet: BB, D5 and D5. RGB value is (187,213,213). Sum of RGB (Red+Green+Blue) = 187+213+213=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 213 - color contains mainly: green, blue. Hex color #BBD5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5D5 is #442A2A. Grayscale: #CDCDCD. Windows color (decimal): -4467243 or 14013883. OLE color: 14013883.

HSL color Cylindrical-coordinate representation of color #BBD5D5: hue angle of 180º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD5D5 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187213213-
CMYK0.12000.16
HSL180º23.64%78.43%-
HSV(B)180º12.21%83.53%-
XYZ56.362.9672.14-
YUV205.23132.39115-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.51%
GREEN value IS 213 (83.59% from 255) = 34.75%
BLUE value IS 213 (83.59% from 255) = 34.75%
R=30.51%
G=34.75%
B=34.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872132130.12000.1618023.6478.43
HexBBD5D5C0010b4184e
Octal27332532514002026430116
Binary1011101111010101110101011100001000010110100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5D5; }

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

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

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

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

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

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

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

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