#BBD3D6

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

Shades of Zumthor #BBD3D6

Tints of Zumthor #BBD3D6

Color information

#BBD3D6 (or 0xBBD3D6) is unknown color: approx Zumthor. HEX triplet: BB, D3 and D6. RGB value is (187,211,214). Sum of RGB (Red+Green+Blue) = 187+211+214=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBD3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3D6 is #442C29. Grayscale: #CCCCCC. Windows color (decimal): -4467754 or 14078907. OLE color: 14078907.

HSL color Cylindrical-coordinate representation of color #BBD3D6: hue angle of 186.67º 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 #BBD3D6 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187211214-
CMYK0.130.0100.16
HSL186.67º24.77%78.63%-
HSV(B)186.67º12.62%83.92%-
XYZ55.9362.0172.64-
YUV204.17133.55115.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.56%
GREEN value IS 211 (82.81% from 255) = 34.48%
BLUE value IS 214 (83.98% from 255) = 34.97%
R=30.56%
G=34.48%
B=34.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872112140.130.0100.16186.6724.7778.63
HexBBD3D6D1010bb194f
Octal27332332615102027331117
Binary1011101111010011110101101101101000010111011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3D6; }

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

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

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

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

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

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

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

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